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 bd75926Copy full SHA for bd75926
.github/dependabot.yml
@@ -1,9 +1,38 @@
1
version: 2
2
updates:
3
+ # Track in case we ever add dependencies.
4
- package-ecosystem: 'gomod'
5
directories:
6
- '/'
7
+ schedule:
8
+ interval: 'weekly'
9
+ commit-message:
10
+ prefix: 'chore'
11
+
12
+ # Keep examples up-to-date.
13
+ - package-ecosystem: 'gomod'
14
+ directories:
15
- '/internal/examples'
- - '/internal/thirdparty'
16
schedule:
17
interval: 'weekly'
18
19
20
+ labels: []
21
+ groups:
22
+ examples:
23
+ patterns:
24
+ - '*'
25
26
+ # Tests, these are not critical but we should keep them up-to-date.
27
28
29
+ - '/internal/thirdparty'
30
31
+ interval: 'monthly'
32
33
34
35
36
+ thirdparty:
37
38
0 commit comments