Skip to content

Commit eb0f985

Browse files
committed
Enable Dependabot
1 parent aedbc61 commit eb0f985

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
patterns: ['*']
13+
update-types: ['major']
14+
15+
- package-ecosystem: 'github-actions'
16+
directory: '/'
17+
schedule:
18+
interval: 'daily'
19+
20+
- package-ecosystem: 'docker'
21+
directory: '/docker'
22+
schedule:
23+
interval: 'daily'

0 commit comments

Comments
 (0)