From 46da5c6ffe1ddb5cd721fc0d1cfab1c49163d0ac Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Tue, 18 Jun 2024 10:18:14 -0500 Subject: [PATCH 1/2] Add a Dependabot config to auto-update GitHub action versions --- .github/dependabot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000000..2390d8c809e --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + github-actions: + patterns: + - "*" From 69b6fa48182feeec9dbbf83f5f8a1dfa7f3e0551 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Tue, 18 Jun 2024 10:30:28 -0500 Subject: [PATCH 2/2] Feedback: Configure Dependabot to check for updates daily --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 2390d8c809e..58e7cfe10da 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "daily" groups: github-actions: patterns: