Skip to content

Commit

Permalink
chore: remove regex managers pointing to helm values files since thos…
Browse files Browse the repository at this point in the history
…e are covered by renovate

Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
  • Loading branch information
mowies committed Jun 26, 2023
1 parent 09dcbc1 commit c00c348
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^flagd/(?<version>.*)$"
},
{
"fileMatch": ["^chart/open-feature-operator/values.yaml$"],
"matchStrings": ["repository: \"ghcr\\.io\/open-feature\/flagd\"\\n\\s*tag: (?<currentValue>.*?)\\s"],
"depNameTemplate": "open-feature/flagd",
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^flagd/(?<version>.*)$"
},
{
"fileMatch": ["^chart/open-feature-operator/README.md$"],
"matchStrings": ["current flagd version: \\`(?<currentValue>.*?)\\`"],
Expand Down Expand Up @@ -75,13 +68,6 @@
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^flagd-proxy/(?<version>.*)$"
},
{
"fileMatch": ["^chart/open-feature-operator/values.yaml$"],
"matchStrings": ["repository: \"ghcr\\.io\/open-feature\/flagd-proxy\"\\n\\s*tag: (?<currentValue>.*?)\\s"],
"depNameTemplate": "open-feature/flagd",
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^flagd-proxy/(?<version>.*)$"
},
{
"fileMatch": ["^chart/open-feature-operator/README.md$"],
"matchStrings": ["current flagd-proxy version: \\`(?<currentValue>.*?)\\`"],
Expand Down

0 comments on commit c00c348

Please sign in to comment.