Skip to content

Commit

Permalink
Change: Use main branch as target for dependabot updates
Browse files Browse the repository at this point in the history
Only the main branch will get updates from now on.
  • Loading branch information
bjoernricks committed Jun 29, 2023
1 parent 1a6ab63 commit 13e6fea
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
updates:
- package-ecosystem: npm
directory: '/'
target-branch: "stable"
target-branch: "main"
schedule:
interval: monthly
time: '04:00'
Expand Down Expand Up @@ -47,9 +47,3 @@ updates:
directory: '/'
schedule:
interval: 'weekly'

- package-ecosystem: 'github-actions'
directory: '/'
target-branch: "oldstable"
schedule:
interval: 'weekly'

0 comments on commit 13e6fea

Please sign in to comment.