mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2026-01-25 14:54:20 +00:00
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
"helpers:pinGitHubActionDigests",
|
|
":gitSignOff"
|
|
|
|
],
|
|
"addLabels": ["dependencies"],
|
|
"postUpdateOptions": [
|
|
"gomodTidy",
|
|
"gomodMassage"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchManagers": ["gomod"],
|
|
"addLabels": ["go"]
|
|
},
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"addLabels": ["github_actions"]
|
|
},
|
|
{
|
|
"matchManagers": ["dockerfile"],
|
|
"addLabels": ["docker"]
|
|
}
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [
|
|
"(^|\\/)Makefile$",
|
|
"(^|\\/)Dockerfile",
|
|
"(^|\\/).*\\.ya?ml$",
|
|
"(^|\\/).*\\.toml$",
|
|
"(^|\\/).*\\.sh$"
|
|
],
|
|
"matchStrings": [
|
|
"# renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)\\s.*?_VERSION ?(\\??=|\\: ?) ?\\\"?(?<currentValue>.+?)?\\\"?\\s"
|
|
]
|
|
}
|
|
]
|
|
} |