Skip to content

Commit

Permalink
feat: add dependabot for managing live preview
Browse files Browse the repository at this point in the history
  • Loading branch information
MayaGillilan committed Sep 26, 2023
1 parent e7049a5 commit 7fa264a
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

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: 'yarn'
directory: '/'
schedule:
interval: 'daily'
time: '05:00'
timezone: UTC
commit-message:
prefix: build
include: scope
labels:
- 'dependencies'
- 'dependabot'
open-pull-requests-limit: 2
reviewers:
- 'contentful/team-tolkien'
registries:
- npm-registry-registry-npmjs-org
allow:
- dependency-name: '@contentful/live-preview'

0 comments on commit 7fa264a

Please sign in to comment.