From d8251a4bffc7e5356ca6dc984787915582e0c573 Mon Sep 17 00:00:00 2001 From: ProxyMesh AI Date: Tue, 17 Mar 2026 15:15:23 +0000 Subject: [PATCH 1/2] chore: add dependabot config Enable weekly dependency updates for Python packaging. Made-with: Cursor --- .github/dependabot.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..35443e5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,26 @@ +# +# 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: "pip" + directory: "/" + schedule: + interval: "weekly" +# +# 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: "pip" + directory: "/" + schedule: + interval: "weekly" From 7fe4ac1dc673c9fbe1d431e5ba76e32c0894bde2 Mon Sep 17 00:00:00 2001 From: ProxyMesh <57071867+proxymesh@users.noreply.github.com> Date: Tue, 17 Mar 2026 08:17:20 -0700 Subject: [PATCH 2/2] remove dup Removed commented instructions and redundant configuration. --- .github/dependabot.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 35443e5..24c5de5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,19 +5,6 @@ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file # -version: 2 -updates: - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "weekly" -# -# 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: "pip"