Skip to content

Commit

Permalink
chore: update flagd renovate detection (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
beeme1mr authored Apr 3, 2023
1 parent 08a50ac commit 3d1540c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^flagd/(?<version>.*)$"
},
{
"fileMatch": ["^test/e2e/kuttl/inject-flagd/*.yaml"],
"matchStrings": ["ghcr\\.io\\/open-feature\\/flagd:(?<currentValue>.*?)\\n"],
"depNameTemplate": "open-feature/flagd",
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^flagd/(?<version>.*)$"
},
{
"fileMatch": ["^controllers/core/flagsourceconfiguration/controller.go$"],
"matchStrings": ["\"(?<currentValue>.*?)\" \\/\\/KUBE_PROXY_TAG_RENOVATE"],
Expand Down

0 comments on commit 3d1540c

Please sign in to comment.