mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
renovate: try to disable GitHub Actions updates differently
Follow-up to a9b1be555a #19954
Closes #19969
This commit is contained in:
parent
c8375c905e
commit
20ffdfffaa
1 changed files with 11 additions and 0 deletions
|
|
@ -6,6 +6,16 @@
|
||||||
],
|
],
|
||||||
"semanticCommitType": "ci",
|
"semanticCommitType": "ci",
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchManagers": [
|
||||||
|
"github-actions"
|
||||||
|
],
|
||||||
|
"commitMessagePrefix": "GHA: ",
|
||||||
|
"labels": [
|
||||||
|
"CI"
|
||||||
|
],
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
"pin",
|
"pin",
|
||||||
|
|
@ -38,6 +48,7 @@
|
||||||
{
|
{
|
||||||
"description": "Schedule package updates on the 10th of each month",
|
"description": "Schedule package updates on the 10th of each month",
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
|
"/codeql/i",
|
||||||
"/ruff/i"
|
"/ruff/i"
|
||||||
],
|
],
|
||||||
"groupName": "monthly updates by name",
|
"groupName": "monthly updates by name",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue