Compare commits
2 Commits
61e6b2a6a5
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 33678d8544 | |||
|
|
25cfc95619 |
@@ -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