summaryrefslogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
authorEarl Warren <earl-warren@noreply.codeberg.org>2024-06-08 07:37:55 +0200
committerEarl Warren <earl-warren@noreply.codeberg.org>2024-06-08 07:37:55 +0200
commit059591fbaebec45a180a4034fcd816fcce2db4b1 (patch)
tree55ad4fe7dab0d77b05f350c7390a70abd3de79a2 /renovate.json
parentUI improvements to optional sections in installation page (#4062) (diff)
parentfix(dependency): github.com/golangci/misspell/cmd/misspell: chedule:quarterly (diff)
downloadforgejo-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.json5
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"]
},
{