Skip to content

Commit edd4f1f

Browse files
authored
ci: enable updates in groups (#85)
Reduce piecemeal updates and rebase frequency. Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent cb5c6e4 commit edd4f1f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,20 @@ updates:
44
directory: '/'
55
schedule:
66
interval: 'monthly'
7+
groups:
8+
# PR: "Security update [package] from [old] to [new]"
9+
# This PR should be merged in hurry
10+
security-updates:
11+
applies-to: security-updates
12+
patterns:
13+
- '*'
14+
15+
# PR: "Bump [package] from [old] to [new]"
16+
# No need to be merged this PR in hurry. It is enough to merge
17+
# once in a month.
18+
monthly-updates:
19+
applies-to: version-updates
20+
patterns:
21+
- '*'
22+
# Allow to create PR both of security and normal updates.
23+
open-pull-requests-limit: 1

0 commit comments

Comments
 (0)