Skip to content

Commit 4a0e9aa

Browse files
committed
feat: Add Dependabot configuration for docker-compose and GitHub Actions
1 parent 1ccce69 commit 4a0e9aa

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
hversion: 2
2+
updates:
3+
- package-ecosystem: "docker-compose"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"

0 commit comments

Comments
 (0)