Skip to content

Commit 24c8fc8

Browse files
committed
feat: dependabot
Dependabot version updates scanning
1 parent 04c0448 commit 24c8fc8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: "maven"
6+
directory: "/server"
7+
schedule:
8+
interval: "weekly"
9+
- package-ecosystem: "yarn"
10+
directory: "/client"
11+
schedule:
12+
interval: "weekly"
13+
- package-ecosystem: "docker"
14+
directory: "/deploy/docker"
15+
schedule:
16+
interval: "weekly"

0 commit comments

Comments
 (0)