Skip to content

Commit

Permalink
test for protoplugins
Browse files Browse the repository at this point in the history
Signed-off-by: André Martins <[email protected]>
  • Loading branch information
aanm committed Jul 2, 2024
1 parent 99623e9 commit 4abb0c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,8 @@
// to match the digest to the pinned version. It will not work without it.
// Note that for GitHub release artifact digests, you likely want to use
// github-release-attachments as the datasource here.
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?) digestVersion=(?<currentValue>.*)\\s+.+_sha256.*=\"(?<currentDigest>.*)\""
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?) digestVersion=(?<currentValue>.*)\\s+.+_sha256.*=\"(?<currentDigest>.*)\"",
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s.+@(?<currentValue>.*)"
]
},
{
Expand Down

0 comments on commit 4abb0c2

Please sign in to comment.