Skip to content

Commit

Permalink
fix(renovate): pin digest only for dockerfile (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
DjinnS authored Nov 15, 2024
1 parent 2565445 commit 7a895f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"matchPackageNames": ["*"]
},
{
"matchDatasources": ["docker"],
"matchManagers": ["dockerfile"],
"matchUpdateTypes": ["digest"],
"pinDigests": true,
"commitMessage": "chore(docker): pin digests",
"commitMessagePrefix": "chore(docker):",
"commitMessageAction": "pin digests",
"groupName": "docker pin digests",
"groupSlug": "docker-all-digests"
}
Expand Down

0 comments on commit 7a895f7

Please sign in to comment.