File tree Expand file tree Collapse file tree 3 files changed +4
-21
lines changed
Expand file tree Collapse file tree 3 files changed +4
-21
lines changed Original file line number Diff line number Diff line change @@ -5,26 +5,8 @@ updates:
55 schedule :
66 interval : " weekly"
77 open-pull-requests-limit : 10
8- groups :
9- gradle-deps :
10- update-types :
11- - " minor"
12- - " patch"
13- ignore :
14- - dependency-name : " *"
15- update-types :
16- - " version-update:semver-major"
178 - package-ecosystem : " github-actions"
189 directory : " /"
1910 schedule :
2011 interval : " weekly"
21- open-pull-requests-limit : 10
22- groups :
23- github-actions :
24- update-types :
25- - " minor"
26- - " patch"
27- ignore :
28- - dependency-name : " *"
29- update-types :
30- - " version-update:semver-major"
12+ open-pull-requests-limit : 10
Original file line number Diff line number Diff line change 1515 - uses : fastify/github-action-merge-dependabot@v3
1616 with :
1717 github-token : ${{ secrets.GITHUB_TOKEN }}
18- merge-method : squash
18+ merge-method : squash
19+ target : minor
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ val EAGXS_VER = "1.0.8"
4242
4343plugins {
4444 id(" java" )
45- id(" com.gradleup.shadow" ) version " 9.3.1 "
45+ id(" com.gradleup.shadow" ) version " 9.3.0 "
4646 id(" com.palantir.git-version" ) version " 4.2.0"
4747 id(" xyz.jpenilla.run-paper" ) version " 3.0.2"
4848 id(" xyz.jpenilla.run-waterfall" ) version " 3.0.2"
You can’t perform that action at this time.
0 commit comments