mirror of
https://github.com/mihonapp/mihon.git
synced 2024-12-26 02:48:24 +01:00
69320e4d09
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
14 lines
314 B
Plaintext
14 lines
314 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"labels": ["Dependencies"],
|
|
"semanticCommits": "disabled",
|
|
"packageRules": [
|
|
{
|
|
"groupName": "GitHub Actions",
|
|
"matchManagers": ["github-actions"],
|
|
"pinDigests": true,
|
|
},
|
|
],
|
|
}
|