From fd4faa7f91505d81ea35ad4471211d6575cc2cee Mon Sep 17 00:00:00 2001 From: Rick M Date: Sat, 26 Oct 2024 11:06:39 -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 0000000..813e105 --- /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 68a75dfeca2c66f799e05e85d3d0a6d00b8af206 Mon Sep 17 00:00:00 2001 From: Rick M Date: Wed, 30 Oct 2024 08:30:44 -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 813e105..048a567 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 703239eb905aea55e8b5cb39f7cd7cfa5ce65b8f Mon Sep 17 00:00:00 2001 From: Rick M Date: Wed, 30 Oct 2024 08:40:03 -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 048a567..1b52049 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