Compare commits
2 Commits
61e6b2a6a5
...
33678d8544
| Author | SHA1 | Date | |
|---|---|---|---|
| 33678d8544 | |||
|
|
25cfc95619 |
@@ -1,12 +1,14 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"timezone": "Asia/Shanghai",
|
"timezone": "Asia/Shanghai",
|
||||||
"enabledManagers": ["npm"],
|
"enabledManagers": [
|
||||||
"ignorePaths": [
|
"npm"
|
||||||
"themes/**",
|
],
|
||||||
".gitea/**"
|
"ignorePaths": [
|
||||||
]
|
"themes/**",
|
||||||
|
".gitea/**"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user