diff --git a/renovate.json b/renovate.json index 1596252..4c327ee 100644 --- a/renovate.json +++ b/renovate.json @@ -10,13 +10,6 @@ "tests/**" ], "extends": ":semanticCommitTypeAll(test)" - }, - { - "matchPaths": [ - ".github/workflows/**", - "bitbucket-pipelines.yml" - ], - "extends": ":semanticCommitTypeAll(ci)" } ] }