Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christiaan Goossens <contact@christiaangoossens.nl>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"schedule": [
|
|
"every weekend"
|
|
],
|
|
"vulnerabilityAlerts": {
|
|
"groupName": "vulnerabilityAlerts",
|
|
"enabled": true,
|
|
"schedule": [
|
|
"after 6am and before 6pm"
|
|
],
|
|
"prCreation": "immediate"
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"description": "Group all GitHub Actions updates",
|
|
"matchDatasources": [
|
|
"github-actions"
|
|
],
|
|
"groupName": "Github Actions Updates",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"description": "Version updates for Home Assistant packages",
|
|
"groupName": "Home Assistant Update",
|
|
"matchPackageNames": [
|
|
"homeassistant",
|
|
"jinja2",
|
|
"bcrypt"
|
|
],
|
|
"automerge": false
|
|
},
|
|
{
|
|
"description": "Version updates for other pip packages",
|
|
"matchDatasources": [
|
|
"pypi"
|
|
],
|
|
"automerge": false
|
|
}
|
|
]
|
|
} |