Skip to content

Commit

Permalink
chore: switch to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
allartk committed Nov 28, 2024
1 parent 59c5827 commit 287617f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ updates:
directory: '/'
schedule:
interval: 'monthly'
target-branch: 'master'
target-branch: 'main'
versioning-strategy: increase-if-necessary
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: "direct"
commit-message:
prefix: fix
prefix-development: chore
include: scope
include: scope
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ on:
pull_request: ~
push:
branches:
- develop
- master
- main
jobs:
run:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 287617f

Please sign in to comment.