From 5c985e38514d25d755bfe9092d3dad094edbac17 Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Tue, 13 Jan 2026 12:24:49 +0000 Subject: [PATCH] Add dependabot for github actions --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..af329c2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + labels: + - 'maintenance' + groups: + actions: + patterns: + - '*'