From f389cd0a5b921d57971b85c9c49f85acf1290ca6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Apr 2026 07:43:44 +0000 Subject: [PATCH] Update from template: X0000-updateDependabotSettings --- .github/dependabot.yml | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7f42f6ed..69e11b3c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,22 +1,29 @@ +# Dependabot configuration +# Cooldown delays updating normal npm dependencies by 7 days but allows security updates to be processed immediately. +# Note: Cooldown is not supported for the github-actions ecosystem. +# Reference: https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference version: 2 updates: - - package-ecosystem: npm - directory: "/" + + - package-ecosystem: 'npm' + directory: '/' schedule: - interval: monthly - time: "04:00" - timezone: Europe/Berlin + interval: 'monthly' + time: '04:00' + timezone: 'Europe/Berlin' open-pull-requests-limit: 20 assignees: - - o0shojo0o - versioning-strategy: increase + - 'o0shojo0o' + versioning-strategy: 'increase' + cooldown: + default-days: 7 - - package-ecosystem: github-actions - directory: "/" + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: monthly - time: "04:00" - timezone: Europe/Berlin + interval: 'monthly' + time: '04:00' + timezone: 'Europe/Berlin' open-pull-requests-limit: 20 assignees: - - o0shojo0o + - 'o0shojo0o'