Whole group is skipped if one dependency didn't pass stability check #8052
Answered
by
viceice
taraspos
asked this question in
Request Help
-
Hey, There are 7 dependencies that fit into the
But looks like the whole group is skipped because the Current configuration: {
"extends": [
"config:base",
":semanticCommits"
],
"packageRules": [
{
"updateTypes": ["major"],
"labels": ["UPDATE-MAJOR"],
"prConcurrentLimit": 2
},
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"groupName": "all dependencies",
"groupSlug": "all"
}
],
"prConcurrentLimit": 10,
"prHourlyLimit": 0,
"prCreation": "not-pending",
"stabilityDays": 14,
"postUpdateOptions": ["gomodTidy"],
"rangeStrategy": "replace",
"labels": ["renovate"],
"cacheDir": "renovate-cache"
} More logs
|
Beta Was this translation helpful? Give feedback.
Answered by
viceice
Dec 16, 2020
Replies: 1 comment 2 replies
-
grouping and stabilityDays don't work well together, you should only use either of them |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
viceice
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
grouping and stabilityDays don't work well together, you should only use either of them