Skip to content

Commit

Permalink
chore: update renovate config to watch the assert yaml directly
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr committed Apr 3, 2023
1 parent b451d47 commit 9ef25a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"extractVersionTemplate": "^flagd/(?<version>.*)$"
},
{
"fileMatch": ["^test/e2e/kuttl/inject-flagd/*.yaml"],
"fileMatch": ["^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 9ef25a0

Please sign in to comment.