cadvisor/renovate.json

44 lines
802 B
JSON
Raw Normal View History

2021-02-09 22:07:34 +00:00
{
"assignees": [
"samuel-p"
],
"baseBranches": [
"main"
],
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"fileMatch": [
"^Dockerfile$",
2023-09-29 15:16:17 +00:00
".forgejo/workflows/docker.yml$"
2021-02-09 22:07:34 +00:00
],
"matchStrings": [
"\\s+ENV\\s*CADVISOR_VERSION=\"(?<currentValue>.*?)\"\\s+",
2023-09-29 15:16:17 +00:00
"cadvisor:(?<currentValue>v\\S+)"
2021-02-09 22:07:34 +00:00
],
"versioningTemplate": "loose",
"depNameTemplate": "google/cadvisor",
"datasourceTemplate": "github-releases"
}
],
"packageRules": [
{
"datasources": [
"github-releases"
],
"groupName": [
"cadvisor"
]
},
{
"datasources": [
"docker"
],
"groupName": [
"docker images"
]
}
]
}