mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2024-12-26 19:08:22 +01:00
Update renovate config
- Disable semantic commits - Group github action deps
This commit is contained in:
parent
3620e370c5
commit
96927b3336
5
.github/renovate.json
vendored
5
.github/renovate.json
vendored
@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": [
|
|
||||||
"config:base"
|
|
||||||
]
|
|
||||||
}
|
|
12
.github/renovate.json5
vendored
Normal file
12
.github/renovate.json5
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": ["config:base"],
|
||||||
|
"semanticCommits": "disabled",
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"groupName": "GitHub Actions",
|
||||||
|
"matchManagers": ["github-actions"],
|
||||||
|
"pinDigests": true,
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user