Skip to content

Commit

Permalink
chore: cleanup dependabot config (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
MayaGillilan authored Nov 8, 2023
2 parents a8289e3 + 81a8059 commit a4c986a
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ registries:
token: '${{secrets.NPM_REGISTRY_REGISTRY_NPMJS_ORG_TOKEN}}'

updates:
# main branch
- package-ecosystem: 'npm'
directory: '/'
schedule:
Expand Down Expand Up @@ -38,38 +37,3 @@ updates:
commit-message:
prefix: build
include: scope

# main-private branch
- 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'

0 comments on commit a4c986a

Please sign in to comment.