diff --git a/renovate.json b/renovate.json index 1618f7faee..988a0b4806 100644 --- a/renovate.json +++ b/renovate.json @@ -46,7 +46,10 @@ }, { "description": "Schedule some deps less frequently", - "matchDepNames": ["github.com/google/pprof"], + "matchDepNames": [ + "github.com/google/pprof", + "github.com/golangci/misspell/cmd/misspell" + ], "extends": ["schedule:quarterly"] }, {