diff --git a/renovate.json b/renovate.json index a8369ef..a0dbf83 100644 --- a/renovate.json +++ b/renovate.json @@ -9,8 +9,17 @@ "configMigration": true, "packageRules": [ { - "matchDepTypes": [ "action" ], - "pinDigests": true, + "matchManagers": ["github-actions"], + "pinDigests": true + }, + { + "matchManagers": ["github-actions"], + "matchUpdateTypes": ["pinDigest", "digest"], + "minimumReleaseAge": null + }, + { + "matchManagers": ["github-actions"], + "matchUpdateTypes": ["major", "minor", "patch", "pin"], "minimumReleaseAge": "7 days" } ]