Skip to content

Commit

Permalink
Tune Docker version for Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 22, 2022
1 parent 0d83955 commit 6f76926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
versioning: 'loose',
},
{
matchDatasources: ['docker'],
matchDatasources: ['docker', 'tomcat'],
matchPackageNames: ['gradle'],
versioning: 'regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)?(-(?<compatibility>.*))$',
versioning: 'regex:^(?<major>\\d+)\\.(?<minor>\\d+)(\\.(?<patch>\\d+))?(-(?<compatibility>.*))$',
},
/** Automerge the patch, the minor and the dev dependency */
{
Expand Down

0 comments on commit 6f76926

Please sign in to comment.