cosmic-silverblue-latest/.github/renovate.json
2024-10-07 15:31:26 +08:00

15 lines
367 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"enabledManagers": ["github-actions"],
"packageRules": [
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major", "minor", "patch"],
"ignoreTests": true,
"automerge": true,
"labels": ["dependencies"]
}
]
}