mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
07b9fb2e86
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".
20 lines
271 B
JSON
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"]
|
|
}
|