chore: Update renovate.json to enable fork processing and disable dependency dashboard
All checks were successful
CI / cache-and-install (push) Successful in 1m3s
All checks were successful
CI / cache-and-install (push) Successful in 1m3s
This commit is contained in:
11
renovate.json
Normal file
11
renovate.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
":disableDependencyDashboard",
|
||||
"group:allNonMajor",
|
||||
":disableMajorUpdates",
|
||||
"customManagers:dockerfileVersions"
|
||||
],
|
||||
"forkProcessing": "enabled"
|
||||
}
|
Reference in New Issue
Block a user