From a4a56a5f2a08f9e655490d928107dd21191e4cbb Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Mon, 17 Jun 2024 18:50:25 -0500 Subject: [PATCH] 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 00000000..2390d8c8 --- /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: + - "*"