From 8f1ad841d6c2595c145bf21c53e4a31a95a5cf6c Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 1 Jun 2025 14:37:28 +0200 Subject: [PATCH] chore(renovate): disable 'github.com/asaskevich/govalidator' --- renovate.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 51d129a..4d9e536 100644 --- a/renovate.json +++ b/renovate.json @@ -9,10 +9,12 @@ ], "packageRules": [ { - "automerge": false, "enabled": false, - "matchDepNames": [ - "^github.com/asaskevich/govalidator" + "matchDatasources":[ + "go" + ], + "matchPackageNames": [ + "^github\\.com/asaskevich/govalidator" ] } ]