Skip to content

Commit ff93fb7

Browse files
committed
chore(dependabot): configure
1 parent 1ee8851 commit ff93fb7

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/dependabot.yml

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

0 commit comments

Comments
 (0)