File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " gradle"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
7+ commit-message :
8+ prefix : " dependabot:"
9+ ignore :
10+ # For all packages, ignore all major versions to minimize breaking issues
11+ - dependency-name : " *"
12+ update-types : ["version-update:semver-major"]
13+ - package-ecosystem : " github-actions"
14+ directory : " /"
15+ schedule :
16+ interval : " weekly"
17+ commit-message :
18+ prefix : " dependabot:"
Original file line number Diff line number Diff line change @@ -638,7 +638,7 @@ task integTestRemote(type: RestIntegTestTask) {
638638
639639// === Set up BWC tests ===
640640
641- String bwcVersionShort = " 2.18 .0"
641+ String bwcVersionShort = " 2.19 .0"
642642String bwcVersion = bwcVersionShort + " .0"
643643String baseName = " indexmanagementBwcCluster"
644644
You can’t perform that action at this time.
0 commit comments