Skip to content

Commit

Permalink
Change \s to ' ' (a space)
Browse files Browse the repository at this point in the history
  • Loading branch information
sennerholm committed Jan 31, 2022
1 parent b27e5f4 commit 890aedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json5
Expand Up @@ -11,7 +11,7 @@
// renovatem depname=org.apache.commons:commons-lang3
// COMMONS_LANG3_VERSION = "3.7"
"matchStrings": [
"renovatem depname=(?<depName>.*?)\s*\n *.*?_VERSION = \"(?<currentValue>.*?)\"\s*\n"
"renovatem depname=(?<depName>.*?) *\n *.*?_VERSION = \"(?<currentValue>.*?)\" *\n"
],
"datasourceTemplate": "maven"
}
Expand Down

0 comments on commit 890aedc

Please sign in to comment.