mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-14 16:02:50 +08:00
Configure Renovate (#785)
* 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>
This commit is contained in:
parent
edbe9d6ebc
commit
90b917c38c
16
.github/renovate.json
vendored
Normal file
16
.github/renovate.json
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"dependencyDashboard": false,
|
||||
"commitMessagePrefix": "chore:",
|
||||
"labels": ["dependencies"],
|
||||
"npm": {
|
||||
"ignorePaths": [
|
||||
"**/node_modules/**",
|
||||
"**/bower_components/**",
|
||||
"docs/**"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user