mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Group Renovate PRs (#1055)
This commit is contained in:
parent
cd4d6a3185
commit
aac7117849
13
.github/renovate.json
vendored
13
.github/renovate.json
vendored
@ -2,9 +2,18 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:base"
|
||||||
],
|
],
|
||||||
"schedule": ["every sunday"],
|
|
||||||
"ignoreDeps": [
|
"ignoreDeps": [
|
||||||
"vue monorepo",
|
"vue monorepo",
|
||||||
"vue"
|
"vue"
|
||||||
]
|
],
|
||||||
|
"labels": [
|
||||||
|
"Dependencies"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"groupName": "maintenance",
|
||||||
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"schedule": ["every sunday"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user