diff --git a/renovate.json b/renovate.json index 1d172a5..d3f5160 100644 --- a/renovate.json +++ b/renovate.json @@ -24,6 +24,7 @@ "description": "Prepare MR for major update minor of go modules", "addLabels": [ "renovate/gomod" ], "automerge": false, + "excludePackageNames": [ "go-sqlite3"], "matchBaseBranches": [ "master" ], "matchManagers": [ "gomod" ], "matchUpdateTypes": [ "major" ]