Skip to content

Commit

Permalink
correct renovate config regex
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Sep 28, 2024
1 parent 7cb4c87 commit 6e86e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"^Makefile$"
],
"matchStrings": [
"# renovate: packageName=(?\u003cpackageName\u003e.+?)\\s+.+?_VERSION \\?= (?\u003ccurrentValue\u003e.+?)\\s"
"# renovate: packageName=(?<packageName>.+?)\\s+.+?_VERSION \\?= (?<currentValue>.+?)\\s"
]
},
{
Expand All @@ -20,7 +20,7 @@
"^Makefile$"
],
"matchStrings": [
"# renovate: packageName=(?\u003cpackageName\u003e.+?)\\s+.+?_VERSION \\?= (?\u003ccurrentValue\u003e.+?)\\s"
"# renovate: packageName=(?<packageName>.+?)\\s+.+?_VERSION \\?= (?<currentValue>.+?)\\s"
]
}
],
Expand Down

0 comments on commit 6e86e8e

Please sign in to comment.