Skip to content

Commit

Permalink
chore: rename main to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jan 14, 2025
1 parent 3ea35ee commit 0491886
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: ci
on:
push:
branches:
- main
- v1
pull_request:
branches:
- main
- v1

jobs:
ci:
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
run: pnpm run lint

- name: Typecheck
run: pnpm run typecheck
run: pnpm run typecheck
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"ignoreDeps": [
"vue-tsc"
],
"baseBranches": ["v1", "v3"],
"packageRules": [{
"matchDepTypes": ["resolutions"],
"enabled": false
Expand Down

0 comments on commit 0491886

Please sign in to comment.