We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4724d56 commit 71a40e3Copy full SHA for 71a40e3
renovate.json
@@ -60,6 +60,14 @@
60
"extractVersion": "^(?<version>v?\\d+)$",
61
"versioning": "regex:^v?(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$"
62
},
63
+ {
64
+ "description": "Automerge digest pins for latest tags",
65
+ "matchDatasources": ["dockerfile"],
66
+ "matchUpdateTypes": ["digest"],
67
+ "matchCurrentValue": "latest",
68
+ "automerge": "true",
69
+ "automergeType": "branch"
70
+ },
71
{
72
"description": "Wait 14 days before updating Node.js versions",
73
"matchPackageNames": ["/(?:^|/)node$/"],
0 commit comments