samuel-p
f02efde03a
All checks were successful
continuous-integration/woodpecker the build was successful
44 lines
884 B
JSON
44 lines
884 B
JSON
{
|
|
"assignees": [
|
|
"samuel-p"
|
|
],
|
|
"baseBranches": [
|
|
"main"
|
|
],
|
|
"rangeStrategy": "bump",
|
|
"rebaseWhen": "behind-base-branch",
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [
|
|
"^Dockerfile$",
|
|
"^.woodpecker.yml$"
|
|
],
|
|
"matchStrings": [
|
|
"\\s+ENV\\s*RELAY_VERSION=\"(?<currentValue>.*?)\"\\s+",
|
|
"\\s+repo:\\s*\\S*\\/activity-relay\\s+tags:[-\\s]+(?<currentValue>.*?)\\s+"
|
|
],
|
|
"versioningTemplate": "loose",
|
|
"registryUrl": "https://git.pleroma.social",
|
|
"depNameTemplate": "pleroma/relay",
|
|
"datasourceTemplate": "gitlab-releases"
|
|
}
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"datasources": [
|
|
"gitlab-releases"
|
|
],
|
|
"groupName": [
|
|
"activity-relay"
|
|
]
|
|
},
|
|
{
|
|
"datasources": [
|
|
"docker"
|
|
],
|
|
"groupName": [
|
|
"docker images"
|
|
]
|
|
}
|
|
]
|
|
}
|