This repository has been archived on 2022-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
pixelfed/renovate.json

24 lines
449 B
JSON
Raw Normal View History

2021-12-25 21:24:23 +00:00
{
"assignees": [
"samuel-p"
],
"baseBranches": [
"main"
],
"rangeStrategy": "bump",
2022-01-15 00:29:16 +00:00
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"fileMatch": [
".ref"
],
"matchStrings": [
"(?<currentValue>)(?<currentDigest>.*?)"
],
"depNameTemplate": "https://github.com/pixelfed/pixelfed.git",
"versioningTemplate": "git",
"datasourceTemplate": "git-refs"
}
]
2021-12-25 21:24:23 +00:00
}