34 lines
767 B
JSON
34 lines
767 B
JSON
{
|
|
"assignees": [
|
|
"samuel-p"
|
|
],
|
|
"baseBranches": [
|
|
"main"
|
|
],
|
|
"rangeStrategy": "bump",
|
|
"rebaseWhen": "behind-base-branch",
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [
|
|
"^\\.ref$"
|
|
],
|
|
"matchStrings": [
|
|
"(?<currentValue>)(?<currentDigest>.+)"
|
|
],
|
|
"depNameTemplate": "https://github.com/pixelfed/pixelfed.git",
|
|
"versioningTemplate": "git",
|
|
"datasourceTemplate": "git-refs"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"^\\.woodpecker\\/\\.release\\.yml$"
|
|
],
|
|
"matchStrings": [
|
|
"\\s+matrix:\\s+VERSION:[-\\s]+(?<currentValue>.*?)\\s+"
|
|
],
|
|
"versioningTemplate": "loose",
|
|
"depNameTemplate": "pixelfed/pixelfed",
|
|
"datasourceTemplate": "github-releases"
|
|
}
|
|
]
|
|
}
|