Migrate Renovate config #3
@@ -1,12 +1,14 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"timezone": "Asia/Shanghai",
|
||||
"enabledManagers": ["npm"],
|
||||
"ignorePaths": [
|
||||
"themes/**",
|
||||
".gitea/**"
|
||||
]
|
||||
}
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"timezone": "Asia/Shanghai",
|
||||
"enabledManagers": [
|
||||
"npm"
|
||||
],
|
||||
"ignorePaths": [
|
||||
"themes/**",
|
||||
".gitea/**"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user