From f4ac1e0cadc2cdb6ffa7cf6ab795afa80b109529 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Wed, 28 Jan 2026 10:50:42 +0100 Subject: [PATCH] docs: Mention cooldown in dependabot config --- .github/dependabot.yml | 4 ++++ README.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9895e36d..a1b35606 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 ac8ec96b..2041ffa6 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