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

44 lines
813 B
JSON

{
"assignees": [
"samuel-p"
],
"baseBranches": [
"main"
],
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"fileMatch": [
"^Dockerfile$",
"^.woodpecker.yml$"
],
"matchStrings": [
"\\s+ENV\\s*SEARX_VERSION=\"(?<currentValue>.*?)\"\\s+",
"\\s+repo:\\s*\\S*\\/searx\\s+tags:[-\\s]+(?<currentValue>.*?)\\s+"
],
"versioningTemplate": "loose",
"depNameTemplate": "searx/searx",
"datasourceTemplate": "github-releases"
}
],
"packageRules": [
{
"datasources": [
"github-releases"
],
"groupName": [
"searx"
]
},
{
"datasources": [
"docker"
],
"groupName": [
"docker images"
]
}
]
}