Skip to content

Commit

Permalink
Have dependabot also monitor actions
Browse files Browse the repository at this point in the history
Have dependabot monitor our GitHub Actions for updates too

Signed-off-by: Joshua Lock <jlock@vmware.com>
  • Loading branch information
joshuagl committed Sep 8, 2021
1 parent 02d4f42 commit 4f30d0c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
@@ -1,8 +1,16 @@
version: 2
updates:
- package-ecosystem: pip

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: daily
interval: "daily"
time: "10:00"
open-pull-requests-limit: 10

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "10:00"
open-pull-requests-limit: 10

0 comments on commit 4f30d0c

Please sign in to comment.