mirror of
https://github.com/skoelle/calender_sync.git
synced 2026-09-17 18:20:24 +00:00
36 lines
834 B
JSON
36 lines
834 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"groupName": "GitHub Actions",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchManagers": ["dockerfile", "docker-compose"],
|
|
"groupName": "Docker",
|
|
"automerge": false
|
|
},
|
|
{
|
|
"matchPackageNames": ["icalendar"],
|
|
"matchUpdateTypes": ["major"],
|
|
"automerge": false,
|
|
"labels": ["major-update"]
|
|
},
|
|
{
|
|
"matchPackageNames": ["mysql-connector-python"],
|
|
"matchUpdateTypes": ["major"],
|
|
"automerge": false,
|
|
"labels": ["major-update"]
|
|
}
|
|
],
|
|
"schedule": ["before 6am on Monday"]
|
|
}
|