From f9ba5571eb83b1a742104efac47c67d78edb7093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Houpert?= <10154151+lhoupert@users.noreply.github.com> Date: Fri, 3 Apr 2026 13:28:02 +0100 Subject: [PATCH] ci: add Dependabot for GitHub Actions version updates Keeps pinned SHA digests up-to-date automatically. --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..d12242e0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + cooldown: + default-days: 7 + schedule: + interval: "weekly" + day: "monday" + groups: + minor-and-patch: + applies-to: version-updates + patterns: + - "*" + update-types: + - "minor" + - "patch"