Skip to content

Commit 9c8a97b

Browse files
committed
chore: update default branch to main
1 parent eee78cc commit 9c8a97b

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
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:

‎app/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default defineAppConfig({
6262
title: 'Table of Contents',
6363
bottom: {
6464
title: 'Community',
65-
edit: 'https://github.com/nuxt-ui-pro/docs/edit/v3/content',
65+
edit: 'https://github.com/nuxt-ui-pro/docs/edit/main/content',
6666
links: [{
6767
icon: 'i-lucide-star',
6868
label: 'Star on GitHub',

‎content/1.getting-started/3.usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default defineAppConfig({
9595
// Title of the bottom table of contents
9696
title: 'Community',
9797
// URL of your repository content folder
98-
edit: 'https://github.com/nuxt-ui-pro/docs/edit/v3/content',
98+
edit: 'https://github.com/nuxt-ui-pro/docs/edit/main/content',
9999
links: [{
100100
icon: 'i-lucide-star',
101101
label: 'Star on GitHub',

‎renovate.json

Lines changed: 1 addition & 1 deletion
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)