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
Raw Permalink 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": [
2021-01-22 18:42:04 +00:00
"^Dockerfile$",
2021-11-04 23:01:55 +00:00
"^.woodpecker.yml$"
2021-01-20 19:18:17 +00:00
],
"matchStrings": [
2021-01-22 22:07:02 +00:00
"\\s+ENV\\s*SEARX_VERSION=\"(?<currentValue>.*?)\"\\s+",
2021-11-04 23:01:55 +00:00
"\\s+repo:\\s*\\S*\\/searx\\s+tags:[-\\s]+(?<currentValue>.*?)\\s+"
2021-01-20 19:18:17 +00:00
],
"versioningTemplate": "loose",
2021-01-21 22:44:06 +00:00
"depNameTemplate": "searx/searx",
2021-01-20 19:18:17 +00:00
"datasourceTemplate": "github-releases"
}
],
"packageRules": [
2021-01-22 18:42:04 +00:00
{
"datasources": [
"github-releases"
],
"groupName": [
"searx"
]
},
2021-01-21 16:05:36 +00:00
{
"datasources": [
"docker"
],
"groupName": [
"docker images"
]
}
2021-01-20 19:18:17 +00:00
]
}