mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-06 10:47:25 +01:00
14 lines
305 B
Plaintext
14 lines
305 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base"],
|
|
"labels": ["Dependencies"],
|
|
"semanticCommits": "disabled",
|
|
"packageRules": [
|
|
{
|
|
"groupName": "GitHub Actions",
|
|
"matchManagers": ["github-actions"],
|
|
"pinDigests": true,
|
|
}
|
|
]
|
|
}
|