Skip to content

Commit

Permalink
fix: fix jenkins-agent renovate version regex
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanzuijlen authored Jan 20, 2025
1 parent e2a14e9 commit 1b9667b
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+?)?_(?<patch>\\w+)?-(?<build>\\d+)?$",
versioning: "regex:^(?<major>\d+)?\.(?<minor>\w+?)?-(?<build>\d+)?$",
},
{
matchPackageNames: ["jenkins/jenkins"],
Expand Down

0 comments on commit 1b9667b

Please sign in to comment.