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