From 2c86207e534c0a7d66b757265155dd24bf96f06a Mon Sep 17 00:00:00 2001 From: Steve Taylor Date: Tue, 12 Mar 2024 08:52:52 -0700 Subject: [PATCH] Configure Dependabot to 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..6547781 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + github-actions: + patterns: + - "*" \ No newline at end of file