Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MTrab authored Sep 13, 2023
1 parent 39ba5b5 commit 44ee3d3
Showing 1 changed file with 26 additions and 16 deletions.
42 changes: 26 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
interval: daily
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "04:00"
labels:
- dependencies
- patch
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
labels:
- dependencies
- patch
- skip-changelog
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
interval: daily
labels:
- dependencies
- patch
- skip-changelog
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "04:00"
labels:
- dependencies
- patch
ignore:
- dependency-name: "homeassistant"

0 comments on commit 44ee3d3

Please sign in to comment.