From 39455344f5976d93479f446b120bd1ca5e7d3ce5 Mon Sep 17 00:00:00 2001 From: Rick M Date: Sat, 26 Oct 2024 10:53: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 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 096f6ce33872b6db8ff82104a9fdc391072d9354 Mon Sep 17 00:00:00 2001 From: Rick M Date: Wed, 30 Oct 2024 08:23:19 -0400 Subject: [PATCH 2/3] Set group name - gha 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 813e105..d43e97c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: "weekly" groups: - dependencies: + gha: applies-to: version-updates patterns: - "*" From 0c171e7d27e6279121b0dfb0660a6f9f0263fdc8 Mon Sep 17 00:00:00 2001 From: Rick M Date: Wed, 30 Oct 2024 08:35:34 -0400 Subject: [PATCH 3/3] monthly 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 d43e97c..1b52049 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,9 @@ 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" + interval: "monthly" groups: gha: applies-to: version-updates