From 130b6ed4e102a8c3ad6be71487da663122fbf0f7 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Tue, 5 Dec 2023 16:07:08 -0600 Subject: [PATCH] Configure Dependabot to auto-update GitHub actions --- .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 0000000..b22df07 --- /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: + - '*'