This repository has been archived on 2022-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
morty/renovate.json
Samuel Philipp b72e26ff84
All checks were successful
continuous-integration/woodpecker the build was successful
migrated to woodpecker
2021-11-05 00:24:12 +01:00

34 lines
626 B
JSON

{
"assignees": [
"samuel-p"
],
"baseBranches": [
"main"
],
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"fileMatch": [
"^Dockerfile$"
],
"matchStrings": [
"\\s+ENV\\s*MORTY_VERSION=\"(?<currentValue>)(?<currentDigest>.*?)\"\\s+"
],
"depNameTemplate": "https://github.com/asciimoo/morty.git",
"versioningTemplate": "git",
"datasourceTemplate": "git-refs"
}
],
"packageRules": [
{
"datasources": [
"docker"
],
"groupName": [
"docker images"
]
}
]
}