Skip to content

Commit

Permalink
ci(renovate): fix extractVersionTemplate for bedrock regex
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Dec 16, 2023
1 parent ae7a3cb commit bc3e577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
datasourceTemplate: "github-releases",
versioningTemplate: "^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+).(?<compatibility>\\d+)$",
// extractVersionTemplate: "^?(?<version>.*)",
extractVersionTemplate: "^(?<version>.*)",
},
],
packageRules: [],
Expand Down

0 comments on commit bc3e577

Please sign in to comment.