Skip to content

Commit

Permalink
fix(renovate): pin digest only for dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DjinnS authored and Guillaume Leccese committed Nov 15, 2024
1 parent 2565445 commit 3be20f4
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 3be20f4

Please sign in to comment.