diff options
author | Earl Warren <earl-warren@noreply.codeberg.org> | 2024-06-08 07:37:55 +0200 |
---|---|---|
committer | Earl Warren <earl-warren@noreply.codeberg.org> | 2024-06-08 07:37:55 +0200 |
commit | 059591fbaebec45a180a4034fcd816fcce2db4b1 (patch) | |
tree | 55ad4fe7dab0d77b05f350c7390a70abd3de79a2 /renovate.json | |
parent | UI improvements to optional sections in installation page (#4062) (diff) | |
parent | fix(dependency): github.com/golangci/misspell/cmd/misspell: chedule:quarterly (diff) | |
download | forgejo-059591fbaebec45a180a4034fcd816fcce2db4b1.tar.xz forgejo-059591fbaebec45a180a4034fcd816fcce2db4b1.zip |
Merge pull request 'Update module github.com/golangci/misspell/cmd/misspell to v0.6.0' (#4069) from renovate/github.com-golangci-misspell-cmd-misspell-0.x into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4069
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Diffstat (limited to 'renovate.json')
-rw-r--r-- | renovate.json | 5 |
1 files changed, 4 insertions, 1 deletions
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"] }, { |