diff --git a/renovate.json b/renovate.json index 4dd1b9b4..cc22cfb6 100644 --- a/renovate.json +++ b/renovate.json @@ -36,6 +36,15 @@ "action" ], "pinDigests": true + }, + { + "matchDepTypes": [ + "action" + ], + "matchPackageNames": [ + "/^cloudnative-pg\\/postgres-containers\\/\\.github\\/actions\\//" + ], + "pinDigests": false } ] }