From 8158282806729e58511539d59bcf79ffb526f30f Mon Sep 17 00:00:00 2001 From: David Stansby Date: Sun, 23 Mar 2025 14:31:25 +0000 Subject: [PATCH] Add dependabot config to update GitHub actions --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..34902e5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + actions: + patterns: + - "*"