diff --git a/renovate.json b/renovate.json index a16afe4f..5f23de5d 100644 --- a/renovate.json +++ b/renovate.json @@ -5,5 +5,8 @@ ], "github-actions": { "fileMatch": ["(^template\\/\\.github\\/workflows)\\/[^/]+\\.ya?ml(.j2)?$"] + }, + "pre-commit": { + "fileMatch": ["(^|/)\\.pre-commit-config\\.ya?ml(.j2)$"] } }