38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"github>bjw-s/renovate-config",
|
|
"github>bjw-s/renovate-config:automerge-github-actions",
|
|
],
|
|
"platform": "github",
|
|
"username": "smeagol-help[bot]",
|
|
"gitAuthor": "smeagol-help <132467671+smeagol-help[bot]@users.noreply.github.com>",
|
|
"repositories": ["jahanson/vyos-config"],
|
|
"regexManagers": [
|
|
{
|
|
"description": ["Generic Docker image Regex manager"],
|
|
"fileMatch": [
|
|
"config-parts/.+\\.sh$"
|
|
],
|
|
"matchStrings": [
|
|
"set container name .* image '?(?<depName>.*?):(?<currentValue>[^'\n]*=?)'?"
|
|
],
|
|
"datasourceTemplate": "docker"
|
|
},
|
|
],
|
|
"packageRules": [
|
|
{
|
|
description: "1Password Connect images",
|
|
groupName: "1password-connect",
|
|
matchPackageNames: [
|
|
"docker.io/1password/connect-sync",
|
|
"docker.io/1password/connect-api",
|
|
],
|
|
matchDatasources: ["docker"],
|
|
"group": {
|
|
"commitMessageTopic": "{{{groupName}}} group"
|
|
},
|
|
separateMinorPatch: true,
|
|
},
|
|
]
|
|
}
|