Skip to content
Snippets Groups Projects
Commit 45497d0f authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch 'update_renovate_config' into 'main'

Use custom renovate presets

See merge request !127
parents 2aac056c 896f989a
No related branches found
No related tags found
1 merge request!127Use custom renovate presets
Pipeline #12680 passed with stages
in 28 seconds
......@@ -13,6 +13,7 @@
include:
- remote: https://open.greenhost.net/stackspin/stackspin/-/raw/main/.gitlab/ci_templates/helm_package.yml
- remote: https://open.greenhost.net/stackspin/stackspin/-/raw/main/.gitlab/ci_templates/dummy_job.yml
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
.kaniko_build:
......@@ -32,6 +33,7 @@ stages:
- lint-helm-chart
- package-helm-chart
- release-helm-chart
- dummy
variables:
CHART_NAME: wordpress
......
{
"regexManagers": [
{
"fileMatch": ["(^|/)values\\.yaml*$"],
"matchStrings": [
"site: *\n *version: (?<currentValue>.*)"
],
"depNameTemplate": "WordPress/WordPress",
"datasourceTemplate": "github-tags"
}
],
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackageNames": ["wordpress"],
"versioning": "regex:^cli-(?<major>\\d+)\\.(?<minor>\\d+)\\.?(?<patch>\\d+)?-php.*$"
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["wordpress"],
"versioning": "regex:^cli-\\d+\\.\\d+(\\.?\\d+)?-php(?<major>\\d+)\\.(?<minor>\\d+)$"
}
],
"bumpVersion": "patch"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>stackspin/renovate-config"
],
"regexManagers": [
{
"fileMatch": [
"(^|/)values\\.yaml*$"
],
"matchStrings": [
"site: *\n *version: (?<currentValue>.*)"
],
"depNameTemplate": "WordPress/WordPress",
"datasourceTemplate": "github-tags"
}
],
"packageRules": [
{
"matchDatasources": [
"docker"
],
"matchPackageNames": [
"wordpress"
],
"versioning": "regex:^cli-(?<major>\\d+)\\.(?<minor>\\d+)\\.?(?<patch>\\d+)?-php.*$"
},
{
"matchDatasources": [
"docker"
],
"matchPackageNames": [
"wordpress"
],
"versioning": "regex:^cli-\\d+\\.\\d+(\\.?\\d+)?-php(?<major>\\d+)\\.(?<minor>\\d+)$"
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment