Skip to content

Commit 0743eb2

Browse files
committed
chore: update default branch to main
1 parent a327bda commit 0743eb2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/ci.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: ci
22

3-
on:
4-
push:
5-
branches:
6-
- v3
7-
pull_request:
8-
branches:
9-
- v3
3+
on: push
104

115
jobs:
126
ci:

renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ignoreDeps": [
99
"vue-tsc"
1010
],
11-
"baseBranches": ["v1", "v3"],
11+
"baseBranches": ["v1", "main"],
1212
"packageRules": [{
1313
"matchDepTypes": ["resolutions"],
1414
"enabled": false

0 commit comments

Comments
 (0)