mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2025-07-23 01:06:04 +02: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,
|
|
}
|
|
]
|
|
}
|