Skip to content

Commit 6754b4a

Browse files
Implement Dependabot
1 parent 9072208 commit 6754b4a

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: docker
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
groups:
8+
deps:
9+
patterns:
10+
- "*"
11+
12+
- package-ecosystem: pip
13+
directory: "/"
14+
schedule:
15+
interval: daily
16+
groups:
17+
deps:
18+
patterns:
19+
- "*"
20+
21+
- package-ecosystem: github-actions
22+
directory: "/"
23+
schedule:
24+
interval: daily
25+
groups:
26+
gh-actions:
27+
patterns:
28+
- "*"

0 commit comments

Comments
 (0)