Enable pinGitHubActionDigests for renovatebot (#165)

Signed-off-by: Patrick Vickery <pvickery@paramountcommerce.com>
This commit is contained in:
Patrick Vickery
2025-04-30 10:05:31 -04:00
committed by GitHub
parent 6fb8ca3cfa
commit e223614400

View File

@@ -19,6 +19,12 @@
{ {
"matchPackageNames": ["debian"], "matchPackageNames": ["debian"],
"groupName": "Debian base images" "groupName": "Debian base images"
},
{
"matchDepTypes": [
"action"
],
"pinDigests": true
} }
] ]
} }