Skip to content

Commit

Permalink
chore: fix dependabot on private (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
MayaGillilan authored Nov 8, 2023
2 parents 2e793f8 + 257433e commit 0fbf549
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
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: '05:00'
timezone: UTC
commit-message:
prefix: build
include: scope
labels:
- 'dependencies'
- 'dependabot'
- 'main-private'
open-pull-requests-limit: 2
reviewers:
- 'contentful/team-tolkien'
registries:
- npm-registry-registry-npmjs-org
allow:
- dependency-name: '@contentful/live-preview'
target-branch: 'main-private'

- package-ecosystem: github-actions
directory: '/'
schedule:
interval: daily
time: '05:00'
timezone: UTC
open-pull-requests-limit: 15
commit-message:
prefix: build
include: scope
target-branch: 'main-private'

1 comment on commit 0fbf549

@vercel
Copy link

@vercel vercel bot commented on 0fbf549 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.