We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent a327bda commit 0743eb2Copy full SHA for 0743eb2
.github/workflows/ci.yml
@@ -1,12 +1,6 @@
1
name: ci
2
3
-on:
4
- push:
5
- branches:
6
- - v3
7
- pull_request:
8
9
+on: push
10
11
jobs:
12
ci:
renovate.json
@@ -8,7 +8,7 @@
"ignoreDeps": [
"vue-tsc"
],
- "baseBranches": ["v1", "v3"],
+ "baseBranches": ["v1", "main"],
"packageRules": [{
13
"matchDepTypes": ["resolutions"],
14
"enabled": false
0 commit comments