From 6d399e3ff013fcf21df455d4a7a747e3c2c451cf Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 2 Sep 2025 14:08:13 +0200 Subject: [PATCH] Dependabot: Monthly upgrades to GitHub Actions --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0fe9b70de..742e69e73 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,11 @@ updates: - "*" exclude-patterns: - "werkzeug" + - package-ecosystem: github-actions + directory: / + groups: + github-actions: + patterns: + - "*" + schedule: + interval: "monthly"