Skip to content

Commit

Permalink
renovate: fix auto update of GH issue tempalte
Browse files Browse the repository at this point in the history
Fixes: 8aa258f (".github: change wording in issue template")
Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Nov 4, 2024
1 parent add0679 commit 62dcc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@
// similar to the examples shown here:
// https://docs.renovatebot.com/modules/manager/regex/#advanced-capture
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+.+- \'higher than (?<currentValue>.*) and lower than.+"
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+.+- \'equal or higher than (?<currentValue>.*) and lower than.+"
],
},
{
Expand Down

0 comments on commit 62dcc77

Please sign in to comment.