diff --git a/renovate.json b/renovate.json index 4d83538..72caceb 100644 --- a/renovate.json +++ b/renovate.json @@ -100,6 +100,11 @@ "matchUpdateTypes": ["major", "minor", "patch"], "enabled": false }, + { + "description": "Don't pin digests for forgejo ci tests, not supported", + "matchFileNames": ["ci/*.yaml"], + "pinDigests": false + }, { "description": "branch automerge not possible", "automergeType": "pr",