Skip to content

Commit

Permalink
ci: setting up dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Aug 31, 2020
1 parent fe631bd commit a293e53
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
reviewers:
- erunion
labels:
- scope:dependency
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)

- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10
reviewers:
- erunion
labels:
- scope:dependency
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)

0 comments on commit a293e53

Please sign in to comment.