Skip to content

Commit

Permalink
ci: fix dependabot target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jun 8, 2024
1 parent c994cc1 commit bf5e505
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ updates:
directory: '/'
schedule:
interval: 'monthly'
target-branch: 'dev'
labels:
- 'dependencies'
- 'chore'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'monthly'
target-branch: 'dev'
labels:
- 'dependencies'
- 'chore'

0 comments on commit bf5e505

Please sign in to comment.