Skip to content

Commit 7c12f63

Browse files
committed
chore: switch to dependabot
1 parent 0565317 commit 7c12f63

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ block_comment_start = /*
1414
block_comment = *
1515
block_comment_end = */
1616

17-
[{package.json,.travis.yml,package-lock.json,codecov.yml,.all-contributorsrc,README.md,.snyk}]
17+
[{package.json,.travis.yml,package-lock.json,codecov.yml,.all-contributorsrc,README.md,dependabot.yml}]
1818
indent_style = space
1919
indent_size = 2

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
commit-message:
8+
prefix: "chore:"
9+
open-pull-requests-limit: 5
10+
versioning-strategy: "increase"

0 commit comments

Comments
 (0)