Skip to content

Commit

Permalink
Less strict version for Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 22, 2022
1 parent f093a81 commit 2514d4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
lockFileMaintenance: { enabled: true, automerge: true },
baseBranches: ['master', '3.27', '3.28', '3.29'],
packageRules: [
/** Less strict version for Docker images */
{
matchDatasources: ['docker'],
versioning: 'loose',
},
/** Automerge the patch, the minor and the dev dependency */
{
matchBaseBranches: ['master'],
Expand Down

0 comments on commit 2514d4c

Please sign in to comment.