Skip to content

Commit 5d94fe3

Browse files
authored
feat: update renovate configuration and bump organization-idp version to 0.3.0 (#96)
On-behalf-of: @SAP <[email protected]> Signed-off-by: Bastian Echterhölter <[email protected]>
1 parent 2435919 commit 5d94fe3

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

internal/subroutine/manifests/organizationIdp/repository.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ spec:
77
interval: 5m
88
url: oci://ghcr.io/platform-mesh/helm-charts/organization-idp
99
ref:
10-
semver: "0.2.0"
10+
semver: "0.3.0"

renovate.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,19 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"local>platform-mesh/.github:renovate-config"
5+
],
6+
"customManagers": [
7+
{
8+
"customType": "regex",
9+
"fileMatch": [
10+
"(^|/)internal/subroutine/manifests/organizationIdp/repository\\.yaml$"
11+
],
12+
"matchStrings": [
13+
"semver:\\s*(?<currentValue>[\\d\\.]+(-[\\w\\.-]+)?)"
14+
],
15+
"versioningTemplate": "semver",
16+
"depNameTemplate": "ghcr.io/platform-mesh/helm-charts/organization-idp",
17+
"datasourceTemplate": "docker"
18+
}
519
]
6-
}
20+
}

0 commit comments

Comments
 (0)