Skip to content

Commit c4dbe81

Browse files
committed
test dependabot
1 parent 2883adc commit c4dbe81

File tree

3 files changed

+4
-21
lines changed

3 files changed

+4
-21
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ val EAGXS_VER = "1.0.8"
4242

4343
plugins {
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"

0 commit comments

Comments
 (0)