Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Commit 4ab03b9

Browse files
committed
Added dependabot configuration
1 parent 337cc45 commit 4ab03b9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Please see the documentation for all configuration options:
2+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+
version: 2
5+
updates:
6+
7+
- package-ecosystem: "maven"
8+
directory: "/"
9+
schedule:
10+
interval: "daily"
11+
target-branch: "master"
12+
commit-message:
13+
prefix: "Maven - "
14+
include: "scope"
15+
16+
- package-ecosystem: "npm"
17+
directory: "/frontend"
18+
schedule:
19+
interval: "daily"
20+
target-branch: "master"
21+
commit-message:
22+
prefix: "NPM - "
23+
include: "scope"

0 commit comments

Comments
 (0)