Skip to content

Simplify renovate regex for service files

Sheogorath requested to merge fix/renovate-config into main

This patch should fix the renovate config error and simplify the overall regex. It'll now match all files that end on .service.

The original regex was broken, due to missing double escaping that is required in the renovate config, resulting in the escaped dot, being read as part of the JSON, causing the JSON parser to be confused.

Resolves #1 (closed)

Merge request reports