Skip to content

Commit

Permalink
Replace deprecated Renovate configuration (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Picnic-DevPla-Bot authored Nov 27, 2024
1 parent 23bbb34 commit c4fd487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit c4fd487

Please sign in to comment.