Skip to content

Commit

Permalink
adde Contants.java
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Vila <[email protected]>
  • Loading branch information
franvila committed Aug 9, 2024
1 parent 68ec385 commit bcc1687
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"config:base",
":gitSignOff"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["helm_localstack_overrides\\.yaml$"],
"fileMatch": ["^helm_localstack_overrides\\.yaml$"],
"matchStrings": [
"#\\s?renovate: datasource=(?<datasource>[a-z-]+?)(?: depName=(?<depName>.+?))? packageName=(?<packageName>.+?)(?: versioning=(?<versioning>[a-z-]+?))?\\s?tag:\\s?\\\"?(?<currentValue>.*?)\\n"
],
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": ["^Constants\\.java$"],
"matchStrings": [
"\"?CLIENT_IMAGE = (?<depName>.*):(?<currentValue>.*)\""
],
"datasourceTemplate": "docker"
}
]
}

0 comments on commit bcc1687

Please sign in to comment.