mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2024-12-26 19:08:22 +01:00
96927b3336
- Disable semantic commits - Group github action deps
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,
|
|
}
|
|
]
|
|
}
|