mirror of
https://github.com/valentineus/popov.link.git
synced 2025-06-06 01:54:38 +03:00
Updated Renovate configuration to enable npm settings, added post-upgrade tasks for smoother dependency management, and refined command execution for package updates.
This commit is contained in:
parent
725ec5df89
commit
6adb475581
13
.renovaterc
13
.renovaterc
@ -9,5 +9,14 @@
|
||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||
"matchPackageNames": ["*"]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"npm": {
|
||||
"enabled": true,
|
||||
"requireConfig": false,
|
||||
"ignoreScripts": false
|
||||
},
|
||||
"postUpgradeTasks": {
|
||||
"commands": ["npm install"],
|
||||
"fileFilters": ["package.json"]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user