Skip to content

Commit 24554af

Browse files
authored
Keep dependencies up-to-date on 7.0 branch
1 parent 423b275 commit 24554af

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,18 @@
55

66
version: 2
77
updates:
8+
# Configuration for the master branch
89
- package-ecosystem: "maven"
910
directory: "/"
1011
schedule:
1112
interval: "daily"
1213
open-pull-requests-limit: 100
14+
target-branch: "master"
15+
16+
# Configuration for the querydsl-7.0 branch
17+
- package-ecosystem: "maven"
18+
directory: "/"
19+
schedule:
20+
interval: "daily"
21+
open-pull-requests-limit: 100
22+
target-branch: "querydsl-7.0"

0 commit comments

Comments
 (0)