Skip to content

Commit b424232

Browse files
committed
chore: use v3 branch
1 parent da50b20 commit b424232

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/app.config.ts

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

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"lockFileMaintenance": {
66
"enabled": true
77
},
8+
"baseBranches": ["v1", "v3"],
89
"packageRules": [{
910
"matchDepTypes": ["resolutions"],
1011
"enabled": false

0 commit comments

Comments
 (0)