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 2514d4c commit b289e73
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@
lockFileMaintenance: { enabled: true, automerge: true },
baseBranches: ['master', '3.27', '3.28', '3.29'],
packageRules: [
/** Less strict version for Docker images */
/** Docker images versioning */
{
matchDatasources: ['docker'],
versioning: 'loose',
},
{
matchDatasources: ['docker'],
matchPackageNames: ['gradle'],
versioning: 'regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)?(-(?<compatibility>.*))$',
},
/** Automerge the patch, the minor and the dev dependency */
{
matchBaseBranches: ['master'],
Expand Down

0 comments on commit b289e73

Please sign in to comment.