2
0
mirror of https://github.com/tachiyomiorg/website.git synced 2025-01-06 07:18:21 +01:00
tachiyomi-website/.github/renovate.json
Soitora 07b9fb2e86
Change group name to "dependencies" ()
As the PR title is based off of the group name, it'd feel better if the PR title was "Update dependencies" rather than "Update maintenance".
2023-09-24 11:18:12 -04:00

20 lines
271 B
JSON

{
"extends": [
"config:base"
],
"ignoreDeps": [
"vue monorepo",
"vue"
],
"labels": [
"Dependencies"
],
"packageRules": [
{
"groupName": "dependencies",
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
}
],
"schedule": ["every sunday"]
}