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
Samuel Philipp 26b92eeb2f
All checks were successful
continuous-integration/woodpecker the build was successful
updated to use master branch
2021-11-28 02:45:05 +01:00

42 lines
740 B
JSON

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