Skip to content

Commit

Permalink
Add packageRules for docker nginx versioning in renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
catatsuy committed Jun 1, 2024
1 parent dfde7fd commit e982593
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@
]
}
],
"packageRules": [
{
"matchDatasources": [
"docker"
],
"matchPackageNames": [
"nginx"
],
"versioning": "regex:^(?<major>[0-9]+)\\.(?<minor>[0-9]*[02468])(?<patch>\\d*)$"
}
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
Expand Down

0 comments on commit e982593

Please sign in to comment.