Skip to content

Commit 19ebd56

Browse files
authored
feat: dependabot cooldowns for github actions
1 parent 2c2035e commit 19ebd56

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

template/.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ updates:
88
# Prefix all commit messages with "chore: "
99
prefix: "chore"
1010
open-pull-requests-limit: 10
11+
cooldown:
12+
default-days: 7
13+
semver-major-days: 7
14+
semver-minor-days: 7
15+
semver-patch-days: 7
1116

1217
- package-ecosystem: "npm"
1318
directory: "/"

0 commit comments

Comments
 (0)