Skip to content

Commit 4f30d0c

Browse files
committed
Have dependabot also monitor actions
Have dependabot monitor our GitHub Actions for updates too Signed-off-by: Joshua Lock <[email protected]>
1 parent 02d4f42 commit 4f30d0c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/dependabot.yml

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

0 commit comments

Comments
 (0)