chore(renovate): automerge dev dependencies (#30)

This commit is contained in:
Sebastian Poxhofer 2025-03-08 23:07:02 +01:00 committed by GitHub
parent bf4743acac
commit ef9927d030
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View file

@ -7,6 +7,7 @@
"pnpm": "10.5.2"
},
"scripts": {
"fix": "pnpm run prettier:fix",
"test": "vitest",
"prettier:check": "prettier --check .",
"prettier:fix": "prettier --write ."

View file

@ -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",