Skip to content

Commit

Permalink
chore: Configure Renovate (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christiaan Goossens <[email protected]>
  • Loading branch information
renovate[bot] and christiaangoossens authored Jan 12, 2025
1 parent 63f5f17 commit b39a65f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
44 changes: 44 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}

0 comments on commit b39a65f

Please sign in to comment.