Skip to content

Commit 08f9d2d

Browse files
authored
chore: let renovate bump charon image and drop dispatch workflow (#401)
1 parent 849eb90 commit 08f9d2d

File tree

2 files changed

+28
-35
lines changed

2 files changed

+28
-35
lines changed

.github/renovate.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,22 @@
44
"config:recommended"
55
],
66
"enabledManagers": [
7-
"github-actions"
7+
"github-actions",
8+
"regex"
9+
],
10+
"regexManagers": [
11+
{
12+
"fileMatch": [
13+
"^docker-compose\\.yml$",
14+
"^relay/docker-compose\\.yml$"
15+
],
16+
"matchStrings": [
17+
"image:\\s*obolnetwork/charon:\\$\\{CHARON_VERSION:-v?(?<currentValue>[\\w.-]+)}"
18+
],
19+
"datasourceTemplate": "github-releases",
20+
"depNameTemplate": "ObolNetwork/charon",
21+
"versioningTemplate": "semver"
22+
}
823
],
924
"packageRules": [
1025
{
@@ -24,6 +39,18 @@
2439
"renovate/github-actions"
2540
],
2641
"groupName": "GitHub Actions updates"
42+
},
43+
{
44+
"matchManagers": [
45+
"regex"
46+
],
47+
"matchDepNames": [
48+
"ObolNetwork/charon"
49+
],
50+
"labels": [
51+
"renovate/charon"
52+
],
53+
"groupName": "Charon image updates"
2754
}
2855
]
2956
}

.github/workflows/dispath-update.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)