This repository has been archived on 2021-12-08. You can view files and clone it, but cannot push or open issues or pull requests.
activity-relay-docker/renovate.json

42 lines
740 B
JSON
Raw Permalink Normal View History

2021-11-27 02:32:38 +00:00
{
"assignees": [
"samuel-p"
],
"baseBranches": [
"main"
],
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"fileMatch": [
2021-11-28 01:45:05 +00:00
"^Dockerfile$"
2021-11-27 02:32:38 +00:00
],
"matchStrings": [
2021-11-28 01:45:05 +00:00
"\\s+ENV\\s*RELAY_VERSION=\"(?<currentValue>.*?)\"\\s+"
2021-11-27 02:32:38 +00:00
],
2021-11-28 01:45:05 +00:00
"depNameTemplate": "https://git.pleroma.social/pleroma/relay.git",
"versioningTemplate": "git",
"datasourceTemplate": "git-refs"
2021-11-27 02:32:38 +00:00
}
],
"packageRules": [
{
"datasources": [
"gitlab-releases"
],
"groupName": [
"activity-relay"
]
},
{
"datasources": [
"docker"
],
"groupName": [
"docker images"
]
}
]
}