mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-07-01 22:32:20 +00:00
ci: disable digest update (#966)
Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
b9334bafb7
commit
5090d8ecad
15
.github/renovate.json
vendored
15
.github/renovate.json
vendored
@ -14,10 +14,17 @@
|
|||||||
"semanticCommits": "enabled",
|
"semanticCommits": "enabled",
|
||||||
"semanticCommitType": "deps",
|
"semanticCommitType": "deps",
|
||||||
"prHourlyLimit": 12,
|
"prHourlyLimit": 12,
|
||||||
|
"digest": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
"timezone": "Asia/Taipei",
|
"timezone": "Asia/Taipei",
|
||||||
"schedule": ["after 10am on sunday"],
|
"schedule": ["after 10am on sunday"],
|
||||||
"postUpdateOptions": ["yarnDedupeFewer"],
|
"postUpdateOptions": ["yarnDedupeFewer"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["digest"],
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["major"],
|
"matchUpdateTypes": ["major"],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
@ -45,14 +52,6 @@
|
|||||||
"groupName": "patch dependencies",
|
"groupName": "patch dependencies",
|
||||||
"labels": ["patch-update"],
|
"labels": ["patch-update"],
|
||||||
"reviewers": ["a110605", "houhoucoop"]
|
"reviewers": ["a110605", "houhoucoop"]
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchUpdateTypes": ["digest", "pinDigest"],
|
|
||||||
"automerge": false,
|
|
||||||
"groupName": "digest dependencies",
|
|
||||||
"labels": ["digest-update"],
|
|
||||||
"schedule": ["on the first day of the month"],
|
|
||||||
"reviewers": ["a110605", "houhoucoop"]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user