UNCLASSIFIED

Commit 2051e938 authored by Zachary Sanders's avatar Zachary Sanders
Browse files

Merge branch 'add-renovate-file' into 'development'

add renovate.json file

See merge request !4
parents a971a8f3 db53c10b
Pipeline #211797 passed with stages
in 15 minutes and 11 seconds
{
"assignees": [
"@cvernooy"
],
"baseBranches": [
"development"
],
"packageRules": [
{
"datasources": ["docker"],
"packageNames": ["gcr.io/spark-operator/spark-operator"],
"versioning": "regex:^v1beta2-(?<major>\\d+).(?<minor>\\d+).(?<patch>\\d+)(-(?<compatibility>.*))$"
}
],
"regexManagers": [
{
"fileMatch": [
"^hardening_manifest.yaml$"
],
"matchStrings": [
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\""
],
"depNameTemplate": "gcr.io/spark-operator/spark-operator",
"datasourceTemplate": "docker"
},
{
"fileMatch": [
"^hardening_manifest.yaml$"
],
"matchStrings": [
"tags:\\s+-\\s+\"(?<currentValue>.+?)\""
],
"depNameTemplate": "gcr.io/spark-operator/spark-operator",
"datasourceTemplate": "docker"
}
]
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment