Skip to content

Commit

Permalink
Add github actions to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Apr 11, 2023
1 parent cc3ae88 commit 0b64d5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ updates:
# Check for cargo updates at 3am UTC
time: "03:00"
open-pull-requests-limit: 10

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Check for cargo updates at 3am UTC
time: "03:00"
open-pull-requests-limit: 3

0 comments on commit 0b64d5a

Please sign in to comment.