mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(renovate): ignore deps only on dev branch
This commit is contained in:
@@ -2,22 +2,24 @@
|
||||
"extends": [
|
||||
"github>nuxt/renovate-config-nuxt"
|
||||
],
|
||||
"ignoreDeps": [
|
||||
"@nuxt/eslint-config",
|
||||
"eslint",
|
||||
"happy-dom",
|
||||
"nuxt-component-meta",
|
||||
"valibot30",
|
||||
"valibot31"
|
||||
],
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true
|
||||
},
|
||||
"ignoreDeps": [
|
||||
"happy-dom"
|
||||
],
|
||||
"baseBranches": ["dev", "v3"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchBaseBranches": ["v3"],
|
||||
"labels": ["v3"]
|
||||
}
|
||||
]
|
||||
"packageRules": [{
|
||||
"matchBaseBranches": ["v3"],
|
||||
"labels": ["v3"]
|
||||
}, {
|
||||
"matchBaseBranches": ["dev"],
|
||||
"matchPackageNames": [
|
||||
"@nuxt/eslint-config",
|
||||
"eslint",
|
||||
"valibot30",
|
||||
"valibot31"
|
||||
],
|
||||
"enabled": false
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user