Update renovate config

- Disable semantic commits
- Group github action deps
This commit is contained in:
AntsyLich 2024-10-24 03:35:17 +06:00 committed by GitHub
parent 3620e370c5
commit 96927b3336
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 5 deletions

View File

@ -1,5 +0,0 @@
{
"extends": [
"config:base"
]
}

12
.github/renovate.json5 vendored Normal file
View 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,
}
]
}