We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c0448 commit 24c8fc8Copy full SHA for 24c8fc8
.github/dependabot.yml
@@ -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
12
13
+ - package-ecosystem: "docker"
14
+ directory: "/deploy/docker"
15
16
0 commit comments