From 82cdaaa35251a2947e85241ee000edb33334ce81 Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Thu, 30 Apr 2026 09:14:14 +0200 Subject: [PATCH] add dependabot --- .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..065ef74 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + groups: + github-actions: + patterns: + - '*' \ No newline at end of file