Skip to content

Commit a8fa588

Browse files
authored
Add Dependabot configuration for Maven updates (#2933)
* Add Dependabot configuration for Maven updates Configure Dependabot for Maven dependencies with daily updates for master and 6.X branches. * Update dependabot.yml
1 parent 541fa7e commit a8fa588

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "maven"
4+
directory: "/"
5+
target-branch: "master"
6+
open-pull-requests-limit: 0
7+
schedule:
8+
interval: "daily"
9+
10+
- package-ecosystem: "maven"
11+
directory: "/"
12+
target-branch: "6.X"
13+
open-pull-requests-limit: 0
14+
schedule:
15+
interval: "daily"

0 commit comments

Comments
 (0)