Skip to content

Commit 091c308

Browse files
authored
chore(sync-server): add cooldown option to dependabot.yml (#465)
synced local file(s) with [lumirlumir/lumirlumir-configs](https://github.com/lumirlumir/lumirlumir-configs). @lumirlumir check out [`683d3e1`](https://github.com/lumirlumir/lumirlumir-configs/commit/683d3e1b8fa96f250612a863a5e82642cc802d81).🐣 <details> <summary>Changed files</summary> <ul> <li>synced local <code>./.github/dependabot.yml</code> with remote <code>./configs/.github/dependabot.yml</code></li> </ul> </details> --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#17849820437](https://github.com/lumirlumir/lumirlumir-configs/actions/runs/17849820437)
1 parent 42cbf97 commit 091c308

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ updates:
77
commit-message:
88
prefix: 'chore'
99
include: 'scope'
10+
cooldown:
11+
default-days: 7
12+
semver-major-days: 45
13+
semver-minor-days: 15
14+
semver-patch-days: 7
1015
# Specify all directories from the current layer and below recursively, using globstar, for locations of manifest files.
1116
directories:
1217
- '**/*'
@@ -45,6 +50,8 @@ updates:
4550
commit-message:
4651
prefix: 'chore'
4752
include: 'scope'
53+
cooldown:
54+
default-days: 15
4855
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
4956
directory: '/'
5057
open-pull-requests-limit: 2

0 commit comments

Comments
 (0)