Skip to content

Commit 4bf1435

Browse files
Add Dependaboot (#764)
* Add dependabot.yml * Set weekly scan
1 parent 6a8b172 commit 4bf1435

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for pom.xml
4+
- package-ecosystem: "maven"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
commit-message:
9+
prefix: "Maven pom.xml"
10+
include: "scope"

0 commit comments

Comments
 (0)