samuel-p
26b92eeb2f
All checks were successful
continuous-integration/woodpecker the build was successful
41 lines
740 B
JSON
41 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"
|
|
]
|
|
}
|
|
]
|
|
}
|