Skip to content

Commit

Permalink
Add GitHub Actions to Dependabot (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 authored Jul 27, 2021
1 parent d84da70 commit 05f625f
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 10
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
time: "11:00"
open-pull-requests-limit: 10

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

0 comments on commit 05f625f

Please sign in to comment.