Skip to content

Commit

Permalink
chore: attempt renovate fix
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <toddbaert@gmail.com>
  • Loading branch information
toddbaert authored Apr 3, 2023
1 parent 58d0145 commit 48b6c7f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,10 @@
"extractVersionTemplate": "^flagd/(?<version>.*)$"
},
{
"fileMatch": ["^docs/getting_started.md$"],
"matchStrings": ["ghcr\\.io\\/open-feature\\/flagd:(?<currentValue>.*?)\\n"],
"depNameTemplate": "open-feature/flagd",
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^flagd/(?<version>.*)$"
},
{
"fileMatch": ["^test/e2e/kuttl/inject-flagd/01-assert.yaml$"],
"fileMatch": [
"^docs/getting_started.md$",
"^test/e2e/kuttl/inject-flagd/01-assert.yaml$"
],
"matchStrings": ["ghcr\\.io\\/open-feature\\/flagd:(?<currentValue>.*?)\\n"],
"depNameTemplate": "open-feature/flagd",
"datasourceTemplate": "github-releases",
Expand Down

0 comments on commit 48b6c7f

Please sign in to comment.