diff --git a/renovate.json b/renovate.json index f167225..b71f3d0 100644 --- a/renovate.json +++ b/renovate.json @@ -7,6 +7,10 @@ { "matchManagers": ["github-actions"], "enabled": false + }, + { + "matchPackageNames": ["com.puppycrawl.tools:checkstyle"], + "enabled": false } ] }