Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c6858ba

Browse files
committedJun 28, 2024
COMN-324: Create dependabot.yml
1 parent 2378371 commit c6858ba

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "maven"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
groups:
8+
minor-and-patch:
9+
applies-to: version-updates
10+
update-types:
11+
- "patch"
12+
- "minor"

0 commit comments

Comments
 (0)
Please sign in to comment.