Skip to content

Commit 84b6ff1

Browse files
authored
feat: Add dependabot (#2)
1 parent 2e76be1 commit 84b6ff1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: 'github-actions'
6+
directory: '/'
7+
schedule:
8+
interval: 'daily'
9+
- package-ecosystem: 'docker'
10+
directories:
11+
- 'src/**/*'
12+
schedule:
13+
interval: 'daily'

0 commit comments

Comments
 (0)