mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-14 14:45:39 +01:00
16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"commitMessagePrefix": "chore(deps):",
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"automerge": true,
|
|
"automergeType": "branch",
|
|
"groupName": "Deps",
|
|
"schedule": ["every weekend"]
|
|
}
|
|
]
|
|
}
|