mirror of
https://github.com/skoelle/dyndns-updater.git
synced 2026-09-17 16:10:25 +00:00
37 lines
853 B
JSON
37 lines
853 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"schedule": ["before 6am on Monday"],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"groupName": "GitHub Actions",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchManagers": ["dockerfile"],
|
|
"groupName": "Docker",
|
|
"automerge": false
|
|
},
|
|
{
|
|
"matchManagers": ["docker-compose"],
|
|
"groupName": "Docker Compose",
|
|
"automerge": false
|
|
},
|
|
{
|
|
"matchManagers": ["pip_requirements", "pyproject", "pip_setup"],
|
|
"groupName": "Python dependencies",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["major"],
|
|
"labels": ["major-update"],
|
|
"automerge": false
|
|
}
|
|
]
|
|
}
|