Skip to content

Commit

Permalink
ci(dependabot): change target-branch to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kdev committed Apr 4, 2024
1 parent 4409ef5 commit 8b50d14
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ updates:
reviewers:
- 'kdev'
open-pull-requests-limit: 10
target-branch: 'beta'
target-branch: 'dev'
groups:
typescript-eslint:
patterns:
- "@typescript-eslint/*"
prisma:
patterns:
- "@prisma/client"
- "prisma"
types:
patterns:
- "@types/*"
typescript-eslint:
patterns:
- '@typescript-eslint/*'
prisma:
patterns:
- '@prisma/client'
- 'prisma'
types:
patterns:
- '@types/*'

- package-ecosystem: 'github-actions'
directory: '/'
Expand All @@ -36,16 +36,15 @@ updates:
include: 'scope'
reviewers:
- 'kdev'
target-branch: 'beta'
target-branch: 'dev'

- package-ecosystem: 'docker'
directory: '/'
schedule:
interval: 'daily'
assignees:
- 'kdev'
- 'kdev'
commit-message:
prefix: 'chore'
include: 'scope'
target-branch: 'beta'

target-branch: 'dev'

0 comments on commit 8b50d14

Please sign in to comment.