Skip to content

Commit

Permalink
chore: switch to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed Jul 17, 2020
1 parent 0565317 commit 7c12f63
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ block_comment_start = /*
block_comment = *
block_comment_end = */

[{package.json,.travis.yml,package-lock.json,codecov.yml,.all-contributorsrc,README.md,.snyk}]
[{package.json,.travis.yml,package-lock.json,codecov.yml,.all-contributorsrc,README.md,dependabot.yml}]
indent_style = space
indent_size = 2
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore:"
open-pull-requests-limit: 5
versioning-strategy: "increase"

0 comments on commit 7c12f63

Please sign in to comment.