Skip to content

Commit

Permalink
ci: test secret
Browse files Browse the repository at this point in the history
  • Loading branch information
cjorge-graphops committed Oct 31, 2023
1 parent 0b5242a commit f5a0eff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
"allowedVersions": "!/\\-alpha.*$/",
"versioning": "regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-alpha\\.(?<prerelease>\\d+))?$"
},
{
"matchPackageNames": ["offchainlabs/nitro-node"],
"versioning": "regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-(?<prerelease>\\d+))?$"
},
{
"matchPackageNames": ["offchainlabs/arb-node"],
"versioning": "regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-(?<prerelease>\\d+))?$"
},
// Group our dependencies
{
"description": "Group dependencies",
Expand Down

0 comments on commit f5a0eff

Please sign in to comment.