ci: reconfigure renovate
- set prefix for github actions updates to be gha: - set prefix for other renovate actions to be ci: - disable debian updates in linux-old.yml
This commit is contained in:
parent
4eb4d660d6
commit
443d29cc69
@ -1,8 +1,29 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:best-practices",
|
||||
"group:allNonMajor"
|
||||
"config:best-practices"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"commitMessagePrefix": "gha: ",
|
||||
"labels": ["CI"]
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": ["pin", "pinDigest"],
|
||||
"commitMessagePrefix": "ci: ",
|
||||
"labels": ["CI"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["regex"],
|
||||
"commitMessagePrefix": "ci: ",
|
||||
"labels": ["CI"]
|
||||
},
|
||||
{
|
||||
"matchDepNames": ["debian"],
|
||||
"matchFileNames": [".github/workflows/linux-old.yml"],
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
"customManagers": [
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user