Skip to content

Commit 3cabe4b

Browse files
authored
Add dependabot config file (#51)
Add dependabot config copied as-is from home-assistant/supervisor.
1 parent 8969cbf commit 3cabe4b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "06:00"
8+
open-pull-requests-limit: 10
9+
- package-ecosystem: "github-actions"
10+
directory: "/"
11+
schedule:
12+
interval: daily
13+
time: "06:00"
14+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)