Skip to content

Commit

Permalink
Merge pull request #1572 from joshuagl/joshuagl/dependabot
Browse files Browse the repository at this point in the history
Have dependabot also monitor actions
  • Loading branch information
Jussi Kukkonen committed Sep 9, 2021
2 parents ea9acf2 + 4f30d0c commit a102f95
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 a102f95

Please sign in to comment.