2024-04-17 17:59:55 +02:00
|
|
|
{
|
2024-04-18 10:09:57 +02:00
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2024-04-18 10:11:49 +02:00
|
|
|
"extends": ["github>renovatebot/.github", ":dependencyDashboard"],
|
2024-04-18 10:09:57 +02:00
|
|
|
"prCreation": "immediate",
|
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"description": "Trigger breaking release for major updates",
|
|
|
|
"matchPackageNames": [
|
|
|
|
"renovate/renovate",
|
|
|
|
"ghcr.io/renovatebot/renovate"
|
|
|
|
],
|
|
|
|
"matchUpdateTypes": ["major"],
|
|
|
|
"commitMessagePrefix": "feat(deps)!",
|
|
|
|
"automergeType": "pr"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"description": "Trigger feature release for minor updates",
|
|
|
|
"matchPackageNames": [
|
|
|
|
"renovate/renovate",
|
|
|
|
"ghcr.io/renovatebot/renovate"
|
|
|
|
],
|
|
|
|
"matchUpdateTypes": ["minor"],
|
|
|
|
"semanticCommitType": "feat",
|
|
|
|
"automergeType": "pr"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"description": "Trigger fix release for patch updates",
|
|
|
|
"matchPackageNames": [
|
|
|
|
"renovate/renovate",
|
|
|
|
"ghcr.io/renovatebot/renovate"
|
|
|
|
],
|
|
|
|
"matchUpdateTypes": ["patch", "digest"],
|
|
|
|
"semanticCommitType": "fix",
|
|
|
|
"automergeType": "pr"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"description": "Schedule digest updates daily",
|
|
|
|
"matchUpdateTypes": ["digest"],
|
|
|
|
"extends": ["schedule:daily"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"description": "Update runner references in readme",
|
|
|
|
"matchDepNames": ["renovate-runner"],
|
|
|
|
"matchFileNames": ["README.md"],
|
|
|
|
"additionalBranchPrefix": "docs-",
|
|
|
|
"automerge": false,
|
|
|
|
"dependencyDashboardApproval": false,
|
|
|
|
"semanticCommitType": "docs",
|
|
|
|
"separateMajorMinor": false
|
|
|
|
}
|
|
|
|
]
|
2024-04-17 17:59:55 +02:00
|
|
|
}
|