File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 35
35
// we want to exclude those
36
36
{
37
37
"matchPackageNames" : [ "erigontech/erigon" ] ,
38
- "versioning" : "regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-(?<prerelease>\\w+\\d+))?$"
38
+ "versioning" : "regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-(?<prerelease>\\w+\\d+))?$" ,
39
+ "allowedVersions" : "<200"
39
40
} ,
40
41
{
41
42
"matchPackageNames" : [ "statusim/nimbus-eth2" ] ,
Original file line number Diff line number Diff line change 2
2
3
3
Deploy and scale [ Erigon] ( https://github.com/ledgerwatch/erigon ) inside Kubernetes with ease
4
4
5
- [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) ![ Version: 0.10.8-canary.1 ] ( https://img.shields.io/badge/Version-0.10.8--canary.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v2.60.9] ( https://img.shields.io/badge/AppVersion-v2.60.9-informational?style=flat-square )
5
+ [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) ![ Version: 0.10.8] ( https://img.shields.io/badge/Version-0.10.8-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v2.60.9] ( https://img.shields.io/badge/AppVersion-v2.60.9-informational?style=flat-square )
6
6
7
7
## Features
8
8
You can’t perform that action at this time.
0 commit comments