Skip to content

Commit 175b0b2

Browse files
author
Pier-Luc Caron-St-Pierre
committed
chore: update dependabot
1 parent fb05ce5 commit 175b0b2

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
---
32
version: 2
3+
44
updates:
5-
# Maintain dependencies for Go modules
65
- package-ecosystem: "gomod"
76
directory: "/"
87
schedule:
9-
# Check for updates to Go modules every weekday
10-
interval: "daily"
11-
labels:
12-
- "pr/no-changelog"
8+
interval: "weekly"
9+
day: "monday"
10+
time: "06:00"
11+
timezone: "America/New_York"
12+
groups:
13+
gomod-breaking:
14+
update-types:
15+
- major
16+
gomod-backward-compatible:
17+
update-types:
18+
- minor
19+
- patch
20+
open-pull-requests-limit: 1

0 commit comments

Comments
 (0)