Skip to content

Commit

Permalink
move versioning into own rule
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Feb 14, 2025
1 parent ce9f146 commit c9c3aca
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"**/__fixtures__/**"
],
"packageRules": [
{
"matchDatasources": [
"repology"
],
"versioning": "loose"
},
{
"groupName": "apk-packages",
"matchDatasources": [
Expand All @@ -27,8 +33,7 @@
"minor",
"patch",
"digest"
],
"versioning": "loose"
]
},
{
"matchPackageNames": [
Expand Down

0 comments on commit c9c3aca

Please sign in to comment.