mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
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 changed files with 23 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue