From 9a597a5453d913324e08662e57c9fec3556dd755 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Mon, 27 Jul 2026 19:49:39 +0200 Subject: [PATCH] add dependabot for gh actions --- .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 000000000..f30062029 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +# Keeps the GitHub Actions referenced in .github/workflows up to date. +# https://docs.github.com/code-security/dependabot/working-with-dependabot/dependabot-options-reference +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + open-pull-requests-limit: 5 + labels: + - "dependencies" + # One PR per week for all action bumps instead of one PR per action. + groups: + github-actions: + patterns: + - "*"