We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b826682 commit 548a7a6Copy full SHA for 548a7a6
.github/dependabot.yml
@@ -3,14 +3,32 @@ updates:
3
- package-ecosystem: "gomod"
4
directory: "/"
5
schedule:
6
- interval: "daily"
7
- time: "08:00"
+ interval: "weekly"
+ day: "monday"
8
+ time: "05:00"
9
+ timezone: "America/New_York"
10
labels:
11
- "dependencies"
12
+ commit-message:
13
+ prefix: "chore"
14
+ include: "scope"
15
+ groups:
16
+ go:
17
+ patterns:
18
+ - "*"
19
- package-ecosystem: "github-actions"
20
21
22
23
24
25
26
27
28
29
+ prefix: "ci"
30
31
32
+ actions:
33
34
0 commit comments