From f5f64567736ebdb5725b0aec07c4617cdfa87667 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Wed, 14 May 2025 20:11:01 -0700 Subject: [PATCH 1/2] Create dependabot.yaml Signed-off-by: Justin Chu --- .github/dependabot.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..ea4807e9 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,28 @@ +# 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/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "pip" # See documentation for possible values + directory: "/requirements/ci/" # Location of package manifests + schedule: + interval: "weekly" + # disable version updates for pip dependencies + open-pull-requests-limit: 5 + + - package-ecosystem: "pip" + directory: "/requirements/lintrunner/" # Location of package manifests + schedule: + interval: "weekly" + # disable version updates for pip dependencies + open-pull-requests-limit: 5 + + - package-ecosystem: "github-actions" + # Workflow files stored in the + # default location of `.github/workflows` + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 From f68d2edab3a170d92a30d57ff7cf5d91c085dd88 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Wed, 14 May 2025 20:13:59 -0700 Subject: [PATCH 2/2] Rename dependabot.yaml to dependabot.yml Signed-off-by: Justin Chu --- .github/{dependabot.yaml => dependabot.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{dependabot.yaml => dependabot.yml} (100%) diff --git a/.github/dependabot.yaml b/.github/dependabot.yml similarity index 100% rename from .github/dependabot.yaml rename to .github/dependabot.yml