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 1aaf802d85
Some checks failed
ci/woodpecker/push/dev Pipeline was successful
ci/woodpecker/push/release Pipeline failed
updated renovate.json
2022-01-16 11:38:05 +01:00

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