mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-21 13:17:12 +00:00
chore(renovate): throttle down upgrade of linters & test packages
Once a month. * Without throttling multiple test / linter packages are updated every day and this exceeds the review capacity of Forgejo contributors at the moment. Some of them even release more than once a day, apparently on every commit. * Add @axe-core/playwright
This commit is contained in:
parent
7a764a2996
commit
68658400be
|
@ -144,8 +144,9 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge some packages when CI succeeds",
|
"description": "Automerge some packages when CI succeeds",
|
||||||
"extends": ["packages:linters", "packages:test"],
|
"extends": ["packages:linters", "packages:test", "schedule:monthly"],
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
|
"@axe-core/playwright",
|
||||||
"@eslint-community/**",
|
"@eslint-community/**",
|
||||||
"@playwright/**",
|
"@playwright/**",
|
||||||
"@stoplight/spectral-cli",
|
"@stoplight/spectral-cli",
|
||||||
|
|
Loading…
Reference in a new issue