From 39d8979360ae5c25126b1faeba1a19b4972a3dd3 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Thu, 21 May 2026 14:08:02 +0200 Subject: [PATCH] chore: dependabot changes - allow it to open up to 4 PRs in parallel - change the npm interval to daily - set cooldown to 1 day to reflect the `minimumReleaseAge` default of pnpm --- .github/dependabot.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f982449eb1..a3367207ca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,11 +4,12 @@ updates: directory: "/" schedule: interval: "daily" - open-pull-requests-limit: 2 + open-pull-requests-limit: 4 - package-ecosystem: "npm" directory: "/services/idp" schedule: - interval: "weekly" - open-pull-requests-limit: 2 - + interval: "daily" + open-pull-requests-limit: 4 + cooldown: + default: 1