8000
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 02080e9 commit d67767cCopy full SHA for d67767c
.github/dependabot.yml
@@ -1,9 +1,24 @@
1
version: 2
2
updates:
3
+ # Track in case we ever add dependencies.
4
+ - package-ecosystem: 'gomod'
5
+ directory: '/'
6
+ schedule:
7
+ interval: 'weekly'
8
+ commit-message:
9
+ prefix: 'chore'
10
+
11
+ # Keep example and test/benchmark deps up-to-date.
12
- package-ecosystem: 'gomod'
13
directories:
- - '/'
14
- '/internal/examples'
15
- '/internal/thirdparty'
16
schedule:
- interval: 'weekly'
17
+ interval: 'monthly'
18
19
20
+ labels: []
21
+ groups:
22
+ internal-deps:
23
+ patterns:
24
+ - '*'
0 commit comments