Skip to content

Commit

Permalink
ci(renovate): fix json syntax (#201)
Browse files Browse the repository at this point in the history
* ci(renovate): define regex for nethermind versioning

* ci(renovate): fix json syntax
  • Loading branch information
cjorge-graphops authored Dec 5, 2023
1 parent 256d489 commit 14a75e4
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 @@ -50,9 +50,9 @@
"matchPackageNames": ["offchainlabs/arb-node", "offchainlabs/nitro-node"],
"versioning": "regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-(?<build>[a-zA-Z0-9]+))?$"
},
{
"matchPackageNames": ["nethermind/nethermind"],
"versioning": "regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-unstable)?$"
{
},
// Group our dependencies
{
Expand Down

0 comments on commit 14a75e4

Please sign in to comment.