chore: Update renovate.json to enable fork processing and disable dependency dashboard
All checks were successful
CI / cache-and-install (push) Successful in 1m3s

This commit is contained in:
严浩
2024-08-14 10:40:44 +08:00
parent 4d2236a06c
commit 89c6c6e0dd

11
renovate.json Normal file
View File

@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":disableDependencyDashboard",
"group:allNonMajor",
":disableMajorUpdates",
"customManagers:dockerfileVersions"
],
"forkProcessing": "enabled"
}