mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-21 12:45:44 +03:00
Make renovate group github action deps
This commit is contained in:
parent
01b44c0458
commit
d4bf19f957
1 changed files with 8 additions and 1 deletions
9
.github/renovate.json5
vendored
9
.github/renovate.json5
vendored
|
@ -2,5 +2,12 @@
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:base"],
|
||||
"labels": ["Dependencies"],
|
||||
"semanticCommits": "disabled"
|
||||
"semanticCommits": "disabled",
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "GitHub Actions",
|
||||
"matchManagers": ["github-actions"],
|
||||
"pinDigests": true,
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue