We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5dad8d + 875b450 commit cea3fb6Copy full SHA for cea3fb6
.github/dependabot.yml
@@ -9,6 +9,8 @@ updates:
9
commit-message:
10
prefix: "chore: Update Python dep"
11
prefix-development: "chore: Update Python dev dep"
12
+ cooldown:
13
+ default-days: 7
14
- package-ecosystem: "github-actions" # See documentation for possible values
15
# Workflow files stored in the default location of `.github/workflows`
16
# You don't need to specify `/.github/workflows` for `directory`
@@ -19,3 +21,5 @@ updates:
19
21
20
22
prefix: "chore: Update GHA dep"
23
prefix-development: "chore: Update GHA dev dep"
24
25
0 commit comments