chore: Configure Renovate (#23)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christiaan Goossens <contact@christiaangoossens.nl>
This commit is contained in:
2
.github/workflows/hacs.yaml
vendored
2
.github/workflows/hacs.yaml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: HACS validation
|
||||
uses: hacs/action@main
|
||||
uses: hacs/action@22.5.0
|
||||
with:
|
||||
category: "integration"
|
||||
ignore: brands
|
||||
|
||||
44
renovate.json
Normal file
44
renovate.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"$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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user