mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2025-01-14 04:07:11 +01:00
13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
|
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"extends": ["config:base"],
|
||
|
"semanticCommits": "disabled",
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"groupName": "GitHub Actions",
|
||
|
"matchManagers": ["github-actions"],
|
||
|
"pinDigests": true,
|
||
|
}
|
||
|
]
|
||
|
}
|