ci: auto update @iconify/json daily (#179)

This commit is contained in:
Ramzi Youssef 2023-08-08 10:10:44 +01:00 committed by GitHub
parent 6979a6f515
commit 6e3e2eda4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,5 +6,14 @@
":preserveSemverRanges",
"schedule:weekly",
"group:allNonMajor"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"packageNames": ["@iconify/json"],
"automerge": true,
"stabilityDays": 1,
"schedule": "daily" // Override the schedule for @iconify/json to daily
}
]
}