From ce310881970b672ce58e757bf1b5c3b7e9c9b755 Mon Sep 17 00:00:00 2001 From: "brainpink-security-automation[bot]" <318928574+brainpink-security-automation[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 10:52:58 +0000 Subject: [PATCH] Configure .github/dependabot.yml security automation --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 173fd1b..0df3258 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,3 +20,23 @@ updates: applies-to: "version-updates" update-types: - "minor" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "05:00" + timezone: "Europe/Amsterdam" + open-pull-requests-limit: 10 + labels: + - "dependencies" + - "automated" + groups: + patch-updates: + applies-to: "version-updates" + update-types: + - "patch" + minor-updates: + applies-to: "version-updates" + update-types: + - "minor"