From 25f6e84172d3d6620e042b764b9d2674b8dd5b37 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 27 Mar 2025 21:23:21 +0100 Subject: [PATCH] ci: update dependabot.yml --- .github/dependabot.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 193f533a..2f2d609d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,12 @@ updates: commit-message: prefix: "chore" include: "scope" - open-pull-requests-limit: 10 + open-pull-requests-limit: 20 + - package-ecosystem: "github-actions" + directory: ".github" + schedule: + interval: "daily" + commit-message: + prefix: "chore" + include: "scope" + open-pull-requests-limit: 20 \ No newline at end of file