mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 00:42:51 +08:00
![renovate[bot]](/assets/img/avatar_default.png)
* Add renovate.json * Added a bit more configuration also moved the config into .github subfolder so not to clutter the root folder. * ignore npm updates in docs Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Nils Andresen <nils@nils-andresen.de>
17 lines
323 B
JSON
17 lines
323 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"dependencyDashboard": false,
|
|
"commitMessagePrefix": "chore:",
|
|
"labels": ["dependencies"],
|
|
"npm": {
|
|
"ignorePaths": [
|
|
"**/node_modules/**",
|
|
"**/bower_components/**",
|
|
"docs/**"
|
|
]
|
|
}
|
|
}
|