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
Samuel Philipp aae5f5135b
Some checks failed
ci/woodpecker/push/dev Pipeline failed
ci/woodpecker/push/release Pipeline failed
updated different versions
2022-01-15 01:29:16 +01:00

24 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"
}
]
}