File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,18 @@ path = [
42
42
" docs/**" ,
43
43
" manualTest/**" ,
44
44
" renovate.json" ,
45
+ " REUSE.toml"
45
46
]
46
47
precedence = " aggregate"
47
48
SPDX-FileCopyrightText = " 2020 SAP SE or an SAP affiliate company and commerce-gradle-plugin contributors"
48
49
SPDX-License-Identifier = " CC0-1.0"
49
50
50
51
[[annotations ]]
51
- path = [" gradlew" , " gradlew.bat" , " gradle/wrapper/**" ]
52
+ path = [
53
+ " gradlew" ,
54
+ " gradlew.bat" ,
55
+ " **/gradle/wrapper/**"
56
+ ]
52
57
precedence = " aggregate"
53
58
SPDX-FileCopyrightText = " Gradle Inc. 2020"
54
59
SPDX-License-Identifier = " Apache-2.0"
Original file line number Diff line number Diff line change 3
3
"extends" : [
4
4
" config:recommended"
5
5
],
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
+ ]
7
14
}
You can’t perform that action at this time.
0 commit comments