Fix renovate
This commit is contained in:
parent
ed51bbdbf7
commit
36afe981e6
@ -5,9 +5,9 @@
|
||||
"author": "SebClem <seb6596@gmail.com>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"husky": ">=6",
|
||||
"lint-staged": ">=10",
|
||||
"prettier": "^2.5.1"
|
||||
"husky": "8.0.0",
|
||||
"lint-staged": "13.0.3",
|
||||
"prettier": "2.7.1"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,css,md,json,yml,yaml}": "prettier --write"
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:base", "group:nodeJs", "gitea>sebclem/renovate-configs"]
|
||||
"extends": [
|
||||
"config:base",
|
||||
"group:nodeJs",
|
||||
"local>sebclem/renovate-configs:notest"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user