Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xfgjdsytdsg committed Sep 24, 2021
1 parent 5b71269 commit ef18aef
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@
"fileMatch": ["charts/.+/Chart\\.yaml$"]
},
"helm-values": {
"fileMatch": [
"cluster/.+/helm-release\\.yaml$"
]
"fileMatch": ["cluster/.+/helm-release\\.yaml$"]
},
"kubernetes": {
"fileMatch": [
"cluster/.+\\.yaml$"
"cluster/.+\\.yaml$",
"server/.+\\.yaml$"
],
"ignorePaths": [
"cluster/base/"
],
]
},
"regexManagers": [
// regexManager to read and process HelmRelease files
Expand Down Expand Up @@ -70,6 +69,16 @@
],
"datasourceTemplate": "helm"
},
// regexManager to read and process Rook-Ceph CRD's
{
"fileMatch": [
"cluster/crds/rook-ceph/.+\\.yaml$"
],
"matchStrings": [
"registryUrl=(?<registryUrl>.*?) chart=(?<depName>.*?)\n *tag: (?<currentValue>.*)\n"
],
"datasourceTemplate": "helm"
},
],
"packageRules": [
// setup datasources
Expand Down Expand Up @@ -125,4 +134,4 @@
"labels": ["renovate/helm", "dep/patch"]
}
]
}
}

0 comments on commit ef18aef

Please sign in to comment.