We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44dfa15 commit c498779Copy full SHA for c498779
1 file changed
.github/dependabot.yml
@@ -6,6 +6,19 @@ updates:
6
interval: "daily"
7
time: "09:30"
8
timezone: "America/Toronto"
9
+ groups:
10
+ github-official:
11
+ patterns:
12
+ - "actions/*"
13
+ update-types:
14
+ - "minor"
15
+ - "patch"
16
+ docker:
17
18
+ - "docker/*"
19
20
21
22
pull-request-branch-name:
23
separator: "/"
24
commit-message:
0 commit comments