From d9886943a583a6d82c737f39d727b68be7eec25a Mon Sep 17 00:00:00 2001 From: Rick M Date: Sat, 26 Oct 2024 10:55:52 -0400 Subject: [PATCH 1/3] Allow dependabot to update GitHub actions Signed-off-by: Rick M --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..813e1052 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + groups: + dependencies: + applies-to: version-updates + patterns: + - "*" From 015b648883b297cbbd68668e11e2e3df02f513a4 Mon Sep 17 00:00:00 2001 From: Rick M Date: Wed, 30 Oct 2024 08:25:38 -0400 Subject: [PATCH 2/3] Set group name - gha Signed-off-by: Rick M --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 813e1052..048a5672 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,11 @@ version: 2 updates: - - package-ecosystem: "github-actions" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "github-actions" + directory: "/" schedule: interval: "weekly" groups: - dependencies: + gha: applies-to: version-updates patterns: - "*" From 483b369397a5bbd238c7e8ea3a61e111fad80138 Mon Sep 17 00:00:00 2001 From: Rick M Date: Wed, 30 Oct 2024 08:36:39 -0400 Subject: [PATCH 3/3] monthly Signed-off-by: Rick M --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 048a5672..1b520499 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" groups: gha: applies-to: version-updates