Skip to content

Commit

Permalink
🔥 (renovate): Move version rules to config preset
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Feb 18, 2023
1 parent 500d489 commit 3dfa05e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@
"matchDatasources": ["helm"],
"commitMessageTopic": "{{depName}} Helm release"
},
{
"matchPackageNames": ["sbs20/scanservjs"],
"versioning": "regex:^(?<compatibility>.*)-v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
},
{
"matchPackageNames": ["pawelmalak/flame"],
"versioning": "regex:^(?<compatibility>.*)(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
},
{
"matchPackagePrefixes": ["ghcr.io/linuxserver/", "lscr.io/linuxserver/", "linuxserver/"],
"versioning": "regex:^(?<compatibility>.*?)-v?(?<major>\\d+)\\.(?<minor>\\d+)(\\.(?<patch>\\d+)([\\-\\.]r?(?<build>.+))?)?$"
},
{
"matchPackageNames": ["rust-lang/mdBook"],
"matchUpdateTypes": ["patch"],
Expand Down

0 comments on commit 3dfa05e

Please sign in to comment.