Replace deprecated Renovate configuration (#1438)

This commit is contained in:
Picnic-DevPla-Bot
2024-11-27 18:24:54 +01:00
committed by GitHub
parent 23bbb34fb7
commit c4fd4871fc

View File

@@ -18,9 +18,9 @@
],
"packageRules": [
{
"matchPackagePatterns": [
"^org\\.springframework:spring-framework-bom$",
"^org\\.springframework\\.boot:spring-boot[a-z-]*$"
"matchPackageNames": [
"/^org\\.springframework:spring-framework-bom$/",
"/^org\\.springframework\\.boot:spring-boot[a-z-]*$/"
],
"separateMinorPatch": true
},