mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-14 20:39:59 -05: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",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:base"],
|
"extends": ["config:base"],
|
||||||
"labels": ["Dependencies"],
|
"labels": ["Dependencies"],
|
||||||
"semanticCommits": "disabled"
|
"semanticCommits": "disabled",
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"groupName": "GitHub Actions",
|
||||||
|
"matchManagers": ["github-actions"],
|
||||||
|
"pinDigests": true,
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue