We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb05ce5 commit 175b0b2Copy full SHA for 175b0b2
.github/dependabot.yml
@@ -1,12 +1,20 @@
1
-# See GitHub's docs for more information on this file:
2
-# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates
+---
3
version: 2
+
4
updates:
5
- # Maintain dependencies for Go modules
6
- package-ecosystem: "gomod"
7
directory: "/"
8
schedule:
9
- # Check for updates to Go modules every weekday
10
- interval: "daily"
11
- labels:
12
- - "pr/no-changelog"
+ interval: "weekly"
+ day: "monday"
+ time: "06:00"
+ timezone: "America/New_York"
+ groups:
13
+ gomod-breaking:
14
+ update-types:
15
+ - major
16
+ gomod-backward-compatible:
17
18
+ - minor
19
+ - patch
20
+ open-pull-requests-limit: 1
0 commit comments