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

45 lines
914 B
JSON
Raw Normal View History

2021-01-20 19:18:17 +00:00
{
"assignees": [
"samuel-p"
],
"baseBranches": [
"main"
],
"rangeStrategy": "bump",
2021-01-21 16:03:55 +00:00
"rebaseWhen": "behind-base-branch",
2021-01-20 19:18:17 +00:00
"regexManagers": [
{
"fileMatch": [
"(^|/|\\.)Dockerfile$",
"(^|/)Dockerfile\\.[^/]*$"
],
"matchStrings": [
"#\\s*github:\\s*(?<depName>.*?)\\s*.*?=\"(?<currentValue>.*?)\"\\s*"
],
"versioningTemplate": "loose",
"datasourceTemplate": "github-releases"
},
{
"fileMatch": [
"(^|/|\\.)Dockerfile$",
"(^|/)Dockerfile\\.[^/]*$"
],
"matchStrings": [
"#\\s*repology:\\s*(?<depName>.*?)\\s*.*?=\"(?<currentValue>.*?)\"\\s*"
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology"
}
],
"packageRules": [
{
"datasources": [
"repology"
],
"groupName": [
"base dependencies"
]
}
2021-01-20 19:18:17 +00:00
]
}