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 5baf1dc commit a1b31e4Copy full SHA for a1b31e4
renovate.json
@@ -2,7 +2,6 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"config:recommended",
5
- "docker:pinDigests",
6
":label(renovate)",
7
":configMigration",
8
":semanticPrefixFix",
@@ -18,8 +17,8 @@
18
17
"matchPackageNames": ["*"]
19
},
20
{
21
- "matchManagers": ["docker"],
22
- "matchDepTypes": ["pinDigests"],
+ "matchDatasources": ["docker"],
+ "pinDigests": true,
23
"commitMessage": "chore(docker): pin digests",
24
"groupName": "docker pin digests",
25
"groupSlug": "docker-all-digests"
0 commit comments