23 lines
449 B
JSON
23 lines
449 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"
|
|
}
|
|
]
|
|
}
|