Skip to content

Commit

Permalink
feat: Remove v prefix in Dockerfile _VERSION variables (#54)
Browse files Browse the repository at this point in the history
Put an `x` into the box if that applies:

- [ ] This PR introduces breaking change.
- [ ] This PR fixes a bug.
- [ ] This PR adds new functionality.
- [x] This PR enhances existing functionality.

### How was it tested

It works the same as for GHA
  • Loading branch information
MaxymVlasov committed Feb 20, 2023
1 parent 41575d2 commit 0090822
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions default.template.json5
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,9 @@
"enabled": true
},
"packageRules": [
// Maybe useful. Get it from https://github.com/renovatebot/.github/blob/d9b3c1914f4bf9dbecc6456610ca89530260572f/default.json#L39-L44
{
"description": "v prefix workaround for action updates",
"matchDepTypes": ["action"],
"description": "v prefix workaround for action and Dockerfile updates",
"matchDepTypes": ["action", "docker"],
"extractVersion": "^(?<version>v\\d+\\.\\d+\\.\\d+)$",
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$"
},
Expand Down

0 comments on commit 0090822

Please sign in to comment.