chore(renovate): automerge dev dependencies (#30)
This commit is contained in:
parent
bf4743acac
commit
ef9927d030
2 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
"pnpm": "10.5.2"
|
||||
},
|
||||
"scripts": {
|
||||
"fix": "pnpm run prettier:fix",
|
||||
"test": "vitest",
|
||||
"prettier:check": "prettier --check .",
|
||||
"prettier:fix": "prettier --write ."
|
||||
|
|
|
@ -9,6 +9,15 @@
|
|||
// bump chart version if the appVersion changes
|
||||
bumpVersion: "minor",
|
||||
},
|
||||
|
||||
packageRules: [
|
||||
{
|
||||
matchDepTypes: ["devDependencies"],
|
||||
matchUpdateTypes: ["minor", "patch"],
|
||||
automerge: true,
|
||||
automergeType: "branch",
|
||||
},
|
||||
],
|
||||
customManagers: [
|
||||
{
|
||||
customType: "regex",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue