From 7606f36e26cb9475ffd8bed6292bf7ed5b1dd632 Mon Sep 17 00:00:00 2001 From: Jauder Ho Date: Thu, 13 Oct 2022 12:19:15 -0700 Subject: [PATCH 1/5] Create dependabot.yml --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..4d287c8b6d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +# 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: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" + + - package-ecosystem: "docker" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" + From e391c4c2c217a6d299c7d35705714ad343fccd9f Mon Sep 17 00:00:00 2001 From: Jauder Ho Date: Fri, 28 Jul 2023 10:06:40 -0700 Subject: [PATCH 2/5] Update dependabot.yml Fix indentation --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4d287c8b6d..6a9544179c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,9 +9,9 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" - - - package-ecosystem: "docker" # See documentation for possible values + + - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "daily" - + From 40119234330b1af05df19e22350b80d45194dd22 Mon Sep 17 00:00:00 2001 From: Jauder Ho Date: Fri, 28 Jul 2023 10:11:52 -0700 Subject: [PATCH 3/5] Update dependabot.yml Point to the right location for the Dockerfile --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a9544179c..5c3eb4b6c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: interval: "daily" - package-ecosystem: "github-actions" # See documentation for possible values - directory: "/" # Location of package manifests + directory: "/common" # Location of package manifests schedule: interval: "daily" From f922ffdb5fe3117366678af10548572f1105d64e Mon Sep 17 00:00:00 2001 From: Jauder Ho Date: Sun, 19 Apr 2026 12:52:46 -0700 Subject: [PATCH 4/5] Change Dependabot schedule from daily to monthly --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5c3eb4b6c0..dfcfd264f4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,10 +8,10 @@ updates: - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "monthly" - package-ecosystem: "github-actions" # See documentation for possible values directory: "/common" # Location of package manifests schedule: - interval: "daily" + interval: "monthly" From 65dc7406a20d1b4b5adeaba0cb9328bf0db230de Mon Sep 17 00:00:00 2001 From: Jauder Ho Date: Mon, 20 Apr 2026 00:24:28 -0700 Subject: [PATCH 5/5] Refactor GitHub Actions dependency configuration Removed duplicate GitHub Actions dependency configuration and added grouping for actions dependencies. --- .github/dependabot.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dfcfd264f4..6f9a99b0ea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,9 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" - - - package-ecosystem: "github-actions" # See documentation for possible values - directory: "/common" # Location of package manifests - schedule: - interval: "monthly" - + groups: + actions-deps: + patterns: + - "*"