From 91198e1013a62814b5cc579d6a80c099f4072ba0 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sun, 4 Jan 2026 15:29:39 +0100 Subject: [PATCH] Add dependabot for 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..ad7868b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "quarterly" + groups: + github-actions: + patterns: + - "*"