Skip to content

Commit

Permalink
chore(renovate): add regex manager for VALUES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
logica0419 authored Oct 29, 2024
1 parent 4432f3c commit 626469d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@
"fileMatch": ["Makefile"],
"versioningTemplate": "docker",
"matchStrings": ["IMAGE_(.+)=(?<depName>.*?):(?<currentValue>.*)"]
},
{
"customType": "regex",
"datasourceTemplate": "docker",
"depNameTemplate": "traefik",
"fileMatch": ["VALUES.md"],
"versioningTemplate": "docker",
"matchStrings": [
"!\\[AppVersion:\\s*(?<currentValue>[\\w+\\.\\-]*)\\]",
"\\(https:\\/\\/img\\.shields\\.io\\/badge\\/AppVersion-(?<currentValue>[\\w+\\.\\-]*)-informational.+\\)"
]
}
]
}

0 comments on commit 626469d

Please sign in to comment.