Skip to content

Commit c2bc882

Browse files
authored
Merge pull request #372 from code0-tech/renovate/reconfigure
Enable updates for signoz
2 parents df7e894 + 851ee6c commit c2bc882

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
stages:
2+
- preflight
23
- terraform-plan
34
- terraform-apply
45

@@ -69,6 +70,16 @@ default:
6970
when: delayed
7071
start_in: 2 min
7172

73+
regeneration-check:signoz:
74+
stage: preflight
75+
image: ghcr.io/code0-tech/build-images/mise:428.1
76+
script:
77+
- cd modules/docker/signoz
78+
- mise install
79+
- mise x -- signoz-foundry forge
80+
- git add .
81+
- git diff --exit-code --staged
82+
7283
tf-plan:main:
7384
extends:
7485
- .tf-plan

renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,18 @@
5959
],
6060
"enabled": false
6161
}
62+
],
63+
"customManagers": [
64+
{
65+
"customType": "regex",
66+
"managerFilePatterns": [
67+
"modules/docker/signoz/casting.yaml"
68+
],
69+
"matchStrings": [
70+
"image: (?<depName>.*?):(?<currentValue>\\S+)"
71+
],
72+
"versioningTemplate": "docker",
73+
"datasourceTemplate": "docker"
74+
}
6275
]
6376
}

0 commit comments

Comments
 (0)