mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-15 10:50:18 +00:00
5a66991bb3
updating the kubernetes release to the latest in main go.mod Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
25 lines
514 B
JSON
25 lines
514 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"ignorePaths": [],
|
|
"labels": ["Skip Changelog", "dependencies"],
|
|
"postUpdateOptions" : [
|
|
"gomodTidy"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["gomod"],
|
|
"matchDepTypes": ["indirect"],
|
|
"enabled": true
|
|
},
|
|
{
|
|
"matchFileNames": ["internal/tools/**"],
|
|
"matchManagers": ["gomod"],
|
|
"matchDepTypes": ["indirect"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|