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

34 lines
626 B
JSON
Raw Permalink Normal View History

2021-01-23 22:48:49 +00:00
{
"assignees": [
"samuel-p"
],
"baseBranches": [
"main"
],
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"fileMatch": [
"^Dockerfile$"
2021-01-23 22:48:49 +00:00
],
"matchStrings": [
2021-01-24 17:30:54 +00:00
"\\s+ENV\\s*MORTY_VERSION=\"(?<currentValue>)(?<currentDigest>.*?)\"\\s+"
2021-01-23 22:48:49 +00:00
],
2021-01-24 01:21:57 +00:00
"depNameTemplate": "https://github.com/asciimoo/morty.git",
2021-01-24 12:05:09 +00:00
"versioningTemplate": "git",
"datasourceTemplate": "git-refs"
2021-01-23 22:48:49 +00:00
}
],
"packageRules": [
{
"datasources": [
"docker"
],
"groupName": [
"docker images"
]
}
]
}