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 aedbc61 commit eb0f985Copy full SHA for eb0f985
1 file changed
.github/dependabot.yml
@@ -0,0 +1,23 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: 'gomod'
4
+ directory: '/'
5
+ schedule:
6
+ interval: 'daily'
7
+ groups:
8
+ dependencies:
9
+ patterns: ['*']
10
+ update-types: ['minor', 'patch']
11
+ major-updates:
12
13
+ update-types: ['major']
14
+
15
+ - package-ecosystem: 'github-actions'
16
17
18
19
20
+ - package-ecosystem: 'docker'
21
+ directory: '/docker'
22
23
0 commit comments