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 cf02acbaad
Some checks failed
ci/woodpecker/push/release Pipeline is pending
ci/woodpecker/push/dev Pipeline failed
updated renovate.json
run only in main branch
2022-01-16 11:59:13 +01:00

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