43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base"],
|
|
"platform": "gitea",
|
|
"username": "renovate[bot]",
|
|
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
|
|
"repositories": ["graham/aprs.me"],
|
|
"branchPrefix": "renovate/",
|
|
"semanticCommits": "enabled",
|
|
"dependencyDashboard": true,
|
|
"labels": ["dependencies"],
|
|
"schedule": ["every day"],
|
|
"timezone": "UTC",
|
|
"prConcurrentLimit": 10,
|
|
"prCreation": "immediate",
|
|
"automerge": false,
|
|
"rangeStrategy": "bump",
|
|
"separateMajorMinor": true,
|
|
"separateMinorPatch": false,
|
|
"packageRules": [
|
|
{
|
|
"description": "Elixir dependencies",
|
|
"matchManagers": ["mix"],
|
|
"matchUpdateTypes": ["major", "minor", "patch"],
|
|
"groupName": null,
|
|
"commitMessagePrefix": "chore(deps):"
|
|
},
|
|
{
|
|
"description": "Docker dependencies",
|
|
"matchManagers": ["dockerfile"],
|
|
"matchUpdateTypes": ["major", "minor", "patch"],
|
|
"groupName": null,
|
|
"commitMessagePrefix": "chore(deps):"
|
|
},
|
|
{
|
|
"description": "GitHub Actions",
|
|
"matchManagers": ["github-actions"],
|
|
"matchUpdateTypes": ["major", "minor", "patch"],
|
|
"groupName": null,
|
|
"commitMessagePrefix": "chore(deps):"
|
|
}
|
|
]
|
|
}
|