Skip to content

Commit

Permalink
dependabot: add github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Oct 11, 2023
1 parent b4fec18 commit 712686c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ updates:
schedule:
interval: "daily"
time: "09:00"
reviewers:
- "thecristen"
open-pull-requests-limit: 1
- package-ecosystem: "npm" # See documentation for possible values
directory: "/apps/site/assets" # Location of package manifests
schedule:
interval: "daily"
time: "09:00"
reviewers:
- "thecristen"
open-pull-requests-limit: 2
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 1

0 comments on commit 712686c

Please sign in to comment.