mirror of
https://github.com/xlioncontainermirror/cosmic-silverblue-latest.git
synced 2025-04-12 07:13:44 +03:00
15 lines
367 B
JSON
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"]
|
|
}
|
|
]
|
|
}
|