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

35 lines
767 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": [
2022-01-15 16:33:46 +00:00
"^\\.ref$"
2022-01-15 00:29:16 +00:00
],
"matchStrings": [
"(?<currentValue>)(?<currentDigest>.+)"
2022-01-15 00:29:16 +00:00
],
"depNameTemplate": "https://github.com/pixelfed/pixelfed.git",
"versioningTemplate": "git",
"datasourceTemplate": "git-refs"
2022-01-15 02:48:54 +00:00
},
{
"fileMatch": [
2022-01-15 16:33:46 +00:00
"^\\.woodpecker\\/\\.release\\.yml$"
2022-01-15 02:48:54 +00:00
],
"matchStrings": [
"\\s+matrix:\\s+VERSION:[-\\s]+(?<currentValue>.*?)\\s+"
],
"versioningTemplate": "loose",
"depNameTemplate": "pixelfed/pixelfed",
"datasourceTemplate": "github-releases"
2022-01-15 00:29:16 +00:00
}
]
2021-12-25 21:24:23 +00:00
}