Skip to content

Commit

Permalink
chore: Use 'chore' for dependabot updates (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
dermotduffy authored Nov 4, 2024
1 parent 9d55c70 commit d732be2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ updates:
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
ignore:
# Dependabot should not update Home Assistant as that should match the homeassistant key in hacs.json
- dependency-name: "homeassistant"

0 comments on commit d732be2

Please sign in to comment.