mirror of
1
Fork 0

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
1 changed files with 2 additions and 1 deletions

View File

@ -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",