Skip to content

Commit

Permalink
update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
mpern committed Jan 29, 2025
1 parent 5acbdc6 commit 0f0eebd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
7 changes: 6 additions & 1 deletion REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,18 @@ path = [
"docs/**",
"manualTest/**",
"renovate.json",
"REUSE.toml"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2020 SAP SE or an SAP affiliate company and commerce-gradle-plugin contributors"
SPDX-License-Identifier = "CC0-1.0"

[[annotations]]
path = ["gradlew", "gradlew.bat", "gradle/wrapper/**"]
path = [
"gradlew",
"gradlew.bat",
"**/gradle/wrapper/**"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Gradle Inc. 2020"
SPDX-License-Identifier = "Apache-2.0"
Expand Down
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@
"extends": [
"config:recommended"
],
"ignorePaths": ["manualTest/build.gradle.kts"]
"ignorePaths": ["manualTest/build.gradle.kts"],
"packageRules": [
{
"matchDatasources": ["maven"],
"matchPackageNames": ["org.spockframework:spock-bom"],
"versionCompatibility": "^(?<version>[^-]+(?<compatibility>-.*))$"
}
]
}

0 comments on commit 0f0eebd

Please sign in to comment.