Skip to content

Commit

Permalink
feat: use staging as default branch (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
maalni authored Jul 8, 2024
1 parent e92ba59 commit f05cd94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ updates:
directory: /.github/
schedule:
interval: daily
target-branch: main
target-branch: staging
- package-ecosystem: npm
directory: /
schedule:
interval: daily
versioning-strategy: increase
target-branch: main
target-branch: staging
1 change: 1 addition & 0 deletions .github/workflows/check-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- staging
pull_request:
branches:
- '**'
Expand Down

0 comments on commit f05cd94

Please sign in to comment.