Skip to content

Commit

Permalink
fix: add missing backslashes (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanzuijlen authored Jan 20, 2025
1 parent 6020895 commit 5a31749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate-config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
packageRules: [
{
matchPackageNames: ["jenkins/inbound-agent"],
versioning: "regex:^(?<major>\d+)?\.(?<minor>\w+?)?-(?<build>\d+)?$",
versioning: "regex:^(?<major>\\d+)?\\.(?<minor>\\w+?)?-(?<build>\\d+)?$",
},
{
matchPackageNames: ["jenkins/jenkins"],
Expand Down

0 comments on commit 5a31749

Please sign in to comment.