From 7a40d8999ce7ec871ef395b6be4f0045d5ad3bc1 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 9 Jun 2023 08:19:08 +0200 Subject: [PATCH] fix(renovate): skip major updates of go-sqlite3 --- renovate.json | 1 + 1 file changed, 1 insertion(+) 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" ]