Skip to content

Commit

Permalink
chore: πŸ”§ update renovate config to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur authored Mar 26, 2024
1 parent 606ab52 commit ec5bd6d
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,23 @@
"semanticCommits": "enabled",
"gitAuthor": "traefiker <30906710+traefiker@users.noreply.github.com>",
"rebaseWhen": "conflicted",
"labels": [
"πŸ“Œ dependencies"
],
"enabledManagers": ["github-actions", "regex"],
"regexManagers": [
"labels": ["πŸ“Œ dependencies"],
"enabledManagers": ["github-actions", "custom.regex"],
"customManagers": [
{
"customType": "regex",
"datasourceTemplate": "docker",
"fileMatch": [ "Chart.yaml" ],
"fileMatch": ["Chart.yaml"],
"matchStrings": [
"#\\s*renovate: image=(?<depName>.*?)\\s+appVersion:\\s*[\"']?(?<currentValue>[\\w+\\.\\-]*)"
]
},
{
"customType": "regex",
"datasourceTemplate": "docker",
"fileMatch": [ "Makefile" ],
"fileMatch": ["Makefile"],
"versioningTemplate": "docker",
"matchStrings": [
"IMAGE_(.+)=(?<depName>.*?):(?<currentValue>.*)"
]
"matchStrings": ["IMAGE_(.+)=(?<depName>.*?):(?<currentValue>.*)"]
}
]
}

0 comments on commit ec5bd6d

Please sign in to comment.