From 7606f36e26cb9475ffd8bed6292bf7ed5b1dd632 Mon Sep 17 00:00:00 2001 From: Jauder Ho Date: Thu, 13 Oct 2022 12:19:15 -0700 Subject: [PATCH 1/3] 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 00000000..4d287c8b --- /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/3] 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 4d287c8b..6a954417 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/3] 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 6a954417..5c3eb4b6 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"