Skip to content

Commit

Permalink
Added GitHub Actions to Dependabot (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChen committed May 31, 2022
1 parent a570b98 commit 3f36b66
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -24,3 +24,14 @@ updates:
- npm-npmjs
- npm-registry-npm-pkg-github-com-catchen
open-pull-requests-limit: 10

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: daily
time: '03:00'
timezone: US/Pacific
reviewers:
- catchen
assignees:
- catchen

0 comments on commit 3f36b66

Please sign in to comment.