Skip to content

Commit

Permalink
Add dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Mar 1, 2023
1 parent b7a34be commit 8af5d3b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
ignore:
# Dependabot should not update Home Assistant as that should match the homeassistant key in hacs.json
- dependency-name: "homeassistant"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
colorlog==6.7.0
homeassistant==2022.2.0
pip>=21.0,<23.1
colorlog
homeassistant

0 comments on commit 8af5d3b

Please sign in to comment.