Skip to content

Commit 0f0eebd

Browse files
committed
update renovate
1 parent 5acbdc6 commit 0f0eebd

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

REUSE.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,18 @@ path = [
4242
"docs/**",
4343
"manualTest/**",
4444
"renovate.json",
45+
"REUSE.toml"
4546
]
4647
precedence = "aggregate"
4748
SPDX-FileCopyrightText = "2020 SAP SE or an SAP affiliate company and commerce-gradle-plugin contributors"
4849
SPDX-License-Identifier = "CC0-1.0"
4950

5051
[[annotations]]
51-
path = ["gradlew", "gradlew.bat", "gradle/wrapper/**"]
52+
path = [
53+
"gradlew",
54+
"gradlew.bat",
55+
"**/gradle/wrapper/**"
56+
]
5257
precedence = "aggregate"
5358
SPDX-FileCopyrightText = "Gradle Inc. 2020"
5459
SPDX-License-Identifier = "Apache-2.0"

renovate.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@
33
"extends": [
44
"config:recommended"
55
],
6-
"ignorePaths": ["manualTest/build.gradle.kts"]
6+
"ignorePaths": ["manualTest/build.gradle.kts"],
7+
"packageRules": [
8+
{
9+
"matchDatasources": ["maven"],
10+
"matchPackageNames": ["org.spockframework:spock-bom"],
11+
"versionCompatibility": "^(?<version>[^-]+(?<compatibility>-.*))$"
12+
}
13+
]
714
}

0 commit comments

Comments
 (0)