We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ee94b commit f1c4f16Copy full SHA for f1c4f16
.github/dependabot.yml
@@ -5,12 +5,25 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "github-actions"
+ # Go module dependencies
9
+ - package-ecosystem: "gomod"
10
directory: "/"
11
schedule:
12
interval: "weekly"
13
+ day: "wednesday"
14
+ open-pull-requests-limit: 3
15
+ labels:
16
+ - "dependencies"
17
+ groups:
18
+ go-dependencies:
19
+ patterns:
20
+ - "*"
21
- - package-ecosystem: "gomod"
22
+ # GitHub Actions
23
+ - package-ecosystem: "github-actions"
24
25
- interval: "weekly"
26
+ interval: "monthly"
27
28
29
+ - "github-actions"
0 commit comments