Skip to content

Commit 01c66c7

Browse files
committed
Ignore updates for shadow-gradle-plugin
Reverts d8bd835.
1 parent 7b65318 commit 01c66c7

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/renovate.json5

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@
44
"config:recommended",
55
],
66
automerge: true,
7+
packageRules: [
8+
{
9+
// Used as a baseline, no need auto-updates.
10+
matchDepNames: ["com.gradleup.shadow:shadow-gradle-plugin"],
11+
enabled: false,
12+
},
13+
],
714
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
jmh = "1.37"
3-
shadow = "8.3.11"
3+
shadow = "8.3.0"
44

55
[libraries]
66
apache-commonsIo = "commons-io:commons-io:2.21.0"

0 commit comments

Comments
 (0)