Skip to content

Commit 6794906

Browse files
ci: go back to filtering erigon versions (#410)
1 parent 54702b2 commit 6794906

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/renovate.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
// we want to exclude those
3636
{
3737
"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"
3940
},
4041
{
4142
"matchPackageNames": ["statusim/nimbus-eth2"],

charts/erigon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Deploy and scale [Erigon](https://github.com/ledgerwatch/erigon) inside Kubernetes with ease
44

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)
66

77
## Features
88

0 commit comments

Comments
 (0)