Newer
Older
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>renovatebot/.github"],
"assignees": ["rarkins", "viceice"],
"semanticCommitScope": "deps",
"matchPackageNames": ["containerbase/node"],
"versioning": "node"
"semanticCommitType": "build"
"semanticCommitType": "build"
"groupName": "jest monorepo"
"matchFileNames": ["**/__fixtures__/**"],
],
"regexManagers": [
{
"fileMatch": ["config/options/index.ts"],
"matchStrings": [
"default: '(?<depName>ghcr.io/containerbase/sidecar):(?<currentValue>.*)'"
],
"datasourceTemplate": "docker"
}