From 909c9efb421611f11d4c227b360c39fd5f8781d1 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Mon, 13 Nov 2023 09:47:40 -0600 Subject: [PATCH] Add a Dependabot config to update GitHub action versions --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..2390d8c8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + github-actions: + patterns: + - "*"