Skip to content

Commit 7c1bc6d

Browse files
Upgrade to GitHub-native Dependabot
1 parent 732dcb4 commit 7c1bc6d

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: google.golang.org/api
10+
versions:
11+
- 0.36.0
12+
- 0.38.0
13+
- 0.39.0
14+
- 0.40.0
15+
- 0.41.0
16+
- 0.42.0
17+
- 0.43.0
18+
- dependency-name: github.com/jarcoal/httpmock
19+
versions:
20+
- 1.0.7

0 commit comments

Comments
 (0)