mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:58:59 +01:00
chore(dependency): automerge goquery when the CI passes
This commit is contained in:
parent
aa8a757fe2
commit
cae4a5456f
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
||||||
{
|
{
|
||||||
"description": "Automerge some packages when ci succeeds",
|
"description": "Automerge some packages when ci succeeds",
|
||||||
"extends": ["packages:linters"],
|
"extends": ["packages:linters"],
|
||||||
"matchDepNames": ["vitest", "vite-string-plugin"],
|
"matchDepNames": ["github.com/PuerkitoBio/goquery", "vitest", "vite-string-plugin"],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue