From 10a79c276122b913c83a802dccd857f728bf08f4 Mon Sep 17 00:00:00 2001 From: jorenham Date: Sat, 25 Oct 2025 01:33:36 +0200 Subject: [PATCH] configure 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 00000000..2a783512 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: +- package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + labels: [dependabot] + commit-message: + prefix: "🤖" + groups: + actions: + patterns: ["*"]