Skip to content

Commit 2a5b2c5

Browse files
Add 4.x and 5.x branches to dependabot
1 parent 49340ba commit 2a5b2c5

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,31 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
8-
- package-ecosystem: "maven" # See documentation for possible values
9-
directory: "/" # Location of package manifests
3+
# Updates for main branch
4+
- package-ecosystem: "maven"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
assignees:
9+
- ricardozanini
10+
- fjtirado
11+
target-branch: "main"
12+
13+
# Updates for 4.x branch
14+
- package-ecosystem: "maven"
15+
directory: "/"
16+
schedule:
17+
interval: "weekly"
18+
assignees:
19+
- ricardozanini
20+
- fjtirado
21+
target-branch: "4.x"
22+
23+
# Updates for 5.x branch
24+
- package-ecosystem: "maven"
25+
directory: "/"
1026
schedule:
1127
interval: "weekly"
1228
assignees:
1329
- ricardozanini
30+
- fjtirado
31+
target-branch: "5.x"

0 commit comments

Comments
 (0)