Skip to content

Commit

Permalink
chore: [] upgrade to GitHub-native Dependabot (#670)
Browse files Browse the repository at this point in the history
* chore: [] upgrade to GitHub-native Dependabot

* chore: use correct yaml

* chore: remove unwanted file

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Manuel Spagnolo <[email protected]>
Co-authored-by: Manuel Spagnolo <[email protected]>
  • Loading branch information
3 people authored Jun 3, 2021
1 parent cbf3a74 commit 1119fa6
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .dependabot/config.yml

This file was deleted.

40 changes: 40 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
version: 2

updates:
- package-ecosystem: npm
directory: "/"
reviewers:
- "contentful/team-extensibility"
schedule:
interval: daily
open-pull-requests-limit: 99
ignore:
- dependency-name: husky
versions:
- ">=5.0.0"
- dependency-name: cypress
versions:
- 6.7.0
- 6.9.0
- 7.1.0
- dependency-name: contentful-management
versions:
- 7.14.1
- 7.15.2
- 7.16.0
- dependency-name: typescript
versions:
- 4.2.2
- 4.2.3
- dependency-name: "@testing-library/dom"
versions:
- 7.30.2
- dependency-name: rollup
versions:
- 2.41.0
- 2.41.5
- 2.42.4
- 2.43.1
commit-message:
prefix: chore
include: scope

0 comments on commit 1119fa6

Please sign in to comment.