Skip to content

Commit

Permalink
chore: [] upgrade to GitHub-native Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and shikaan committed Jun 3, 2021
1 parent 4305167 commit fd6a63e
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .dependabot/config.yml

This file was deleted.

46 changes: 46 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
version: 2
registries:
npm-registry-registry-npmjs-org:
type: npm-registry
url: https://registry.npmjs.org
token: "${{secrets.NPM_REGISTRY_REGISTRY_NPMJS_ORG_TOKEN}}"

updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "00:00"
timezone: Etc/UCT
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
registries:
- npm-registry-registry-npmjs-org

0 comments on commit fd6a63e

Please sign in to comment.