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:
Earl Warren 2024-11-13 08:25:26 +01:00
parent 7a764a2996
commit 68658400be
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -144,8 +144,9 @@
},
{
"description": "Automerge some packages when CI succeeds",
"extends": ["packages:linters", "packages:test"],
"extends": ["packages:linters", "packages:test", "schedule:monthly"],
"matchPackageNames": [
"@axe-core/playwright",
"@eslint-community/**",
"@playwright/**",
"@stoplight/spectral-cli",