Skip to content

Commit 1308ced

Browse files
committed
Add Dependabot
1 parent 7b479c5 commit 1308ced

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/dependabot.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
day: "monday"
9+
target-branch: "main"
10+
open-pull-requests-limit: 10
11+
12+
- package-ecosystem: "docker-compose"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"
16+
day: "monday"
17+
target-branch: "main"
18+
open-pull-requests-limit: 10
19+
20+
- package-ecosystem: "docker"
21+
directory: "/api/src/api/"
22+
schedule:
23+
interval: "weekly"
24+
day: "monday"
25+
target-branch: "main"
26+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)