From 63d7c17f9df046982f9bdea6760c8f119d6a30e0 Mon Sep 17 00:00:00 2001 From: Jonas Israel Date: Mon, 27 Jul 2026 12:15:34 +0200 Subject: [PATCH] chore: [DevOps] Wait for 4 days to update dependencies --- .github/dependabot.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index aac58a668..66627872b 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -29,6 +29,8 @@ updates: - "*-plugin" test: dependency-type: "development" + cooldown: + default-days: 4 ignore: - dependency-name: "org.springframework.boot:*" versions: [ ">=4.0.0" ]