Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to GitHub-native Dependabot #298

Merged
merged 2 commits into from Apr 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
49 changes: 49 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,49 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: eslint
versions:
- 7.20.0
- 7.22.0
- 7.23.0
- 7.24.0
- dependency-name: "@typescript-eslint/eslint-plugin"
versions:
- 4.14.1
- 4.14.2
- 4.15.1
- 4.15.2
- 4.17.0
- 4.18.0
- 4.19.0
- 4.20.0
- 4.21.0
- dependency-name: "@typescript-eslint/parser"
versions:
- 4.14.1
- 4.14.2
- 4.15.1
- 4.15.2
- 4.17.0
- 4.18.0
- 4.19.0
- 4.21.0
- dependency-name: "@types/jest"
versions:
- 26.0.21
- 26.0.22
- dependency-name: ts-jest
versions:
- 26.5.0
- 26.5.1
- 26.5.2
- 26.5.4
- dependency-name: typescript
versions:
- 4.1.4
- 4.2.2
thomasrockhu marked this conversation as resolved.
Show resolved Hide resolved