Skip to content

Commit

Permalink
Allow spaces before '#' (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmykarily authored Dec 5, 2024
1 parent 243b444 commit a7ac97c
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 @@ -28,7 +28,7 @@
"image-assets/luet-arm64.yaml$"
],
"matchStrings": [
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)?\\s+reference:\\s(?<currentValue>.*?)\\s"
"\\s*#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)?\\s+reference:\\s(?<currentValue>.*?)\\s"
]
}
]
Expand Down

0 comments on commit a7ac97c

Please sign in to comment.