Skip to content

Commit 5bc8ce2

Browse files
committed
🔧 Add cooldown and groups to dependabot configuration
1 parent 50d7044 commit 5bc8ce2

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ updates:
44
directory: /
55
schedule:
66
interval: monthly
7-
commit-message:
8-
prefix: ":pushpin: "
7+
cooldown:
8+
default-days: 7
9+
groups:
10+
github-actions:
11+
patterns:
12+
- "*"

{{ cookiecutter.project_name }}/.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ updates:
44
directory: /
55
schedule:
66
interval: monthly
7-
commit-message:
8-
prefix: ":pushpin: "
7+
cooldown:
8+
default-days: 7
9+
groups:
10+
github-actions:
11+
patterns:
12+
- "*"

0 commit comments

Comments
 (0)