From f1fb10f03bfd87dba0433ed26b4aeac79314f100 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Wed, 28 Jan 2026 11:15:30 +0100 Subject: [PATCH] docs: Mention cooldown in dependabot config (#247) --- .github/dependabot.yml | 4 ++++ README.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9895e36..a1b3560 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,8 @@ updates: gh-actions: patterns: - '*' + cooldown: + default-days: 7 - package-ecosystem: npm directory: / schedule: @@ -16,3 +18,5 @@ updates: nodejs: patterns: - '*' + cooldown: + default-days: 7 diff --git a/README.md b/README.md index ac8ec96..2041ffa 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ GitHub Action to set up the [pixi](https://github.com/prefix-dev/pixi) package m > dependencies: > patterns: > - '*' +> cooldown: +> default-days: 7 > ``` ## Features