mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
14 lines
237 B
JSON
14 lines
237 B
JSON
|
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"extends": [
|
||
|
"config:base"
|
||
|
],
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"matchManagers": ["gomod"],
|
||
|
"matchDepTypes": ["indirect"],
|
||
|
"enabled": true
|
||
|
}
|
||
|
]
|
||
|
}
|