From 5218bd7ddfed525dc4a74a673d78587174f2a40c Mon Sep 17 00:00:00 2001 From: Till Klampaeckel Date: Sat, 2 Aug 2025 16:59:14 +0200 Subject: [PATCH] Chore(deps): update actions - groups updates into one pr - runs weekly, etc. Signed-off-by: Till Klampaeckel --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..14515b0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + actions-deps: + patterns: + - "*"