mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
fix(dependency): github.com/golangci/misspell/cmd/misspell: chedule:quarterly
It will publish a release every commit which is too frequent.
This commit is contained in:
parent
d14bfc5586
commit
eb8345543e
1 changed files with 4 additions and 1 deletions
|
@ -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"]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue