Skip to content

Commit a5cf3f2

Browse files
authored
Create dependabot.yaml
1 parent e2e395a commit a5cf3f2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yaml

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

0 commit comments

Comments
 (0)