Skip to content

Commit

Permalink
Upgrade to GitHub-native Dependabot (#306)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed May 18, 2021
1 parent e927c46 commit d71f51a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10
versioning-strategy: increase-if-necessary
ignore:
- dependency-name: "@types/node"
versions:
- 14.14.22
- 14.14.25
- 14.14.26
- 14.14.31
- 14.14.34
- dependency-name: mime-types
versions:
- 2.1.28
- dependency-name: eslint-config-prettier
versions:
- 7.2.0
- dependency-name: eslint
versions:
- 7.19.0
- dependency-name: typescript-json-schema
versions:
- 0.48.0

0 comments on commit d71f51a

Please sign in to comment.