From 3cb82f0258d69781fdf19b4e2714dccbaa0d131c Mon Sep 17 00:00:00 2001 From: gitricko Date: Wed, 20 May 2026 13:26:30 -0400 Subject: [PATCH 1/3] Add newline at end of dependabot.yml --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..339315a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + From fa504ce77ba954545ac6888469351c79189e48f6 Mon Sep 17 00:00:00 2001 From: gitricko Date: Wed, 20 May 2026 13:35:09 -0400 Subject: [PATCH 2/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .github/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 339315a..ff9f458 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,3 @@ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 -updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "weekly" - From 28989342feb2c14eecfb05d0e7e50e52d585cfd1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 20 May 2026 17:38:43 +0000 Subject: [PATCH 3/3] Remove dependabot.yml: reduce change to only intended newline fix Agent-Logs-Url: https://github.com/gitricko/hermes-plugin-mnemon/sessions/467318ae-5d39-4de0-ac9c-0bd42cbab174 Co-authored-by: gitricko <18060558+gitricko@users.noreply.github.com> --- .github/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index ff9f458..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file - -version: 2