mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
chore(ci): don't automerge major upgrades
This commit is contained in:
committed by
Łukasz Mierzwa
parent
566d00b7ef
commit
f599f338bb
@@ -6,12 +6,7 @@
|
||||
"postUpdateOptions": ["gomodTidy"],
|
||||
"packageRules": [
|
||||
{
|
||||
"excludePackageNames": ["node"],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"packageNames": ["node"],
|
||||
"updateTypes": ["minor", "patch"],
|
||||
"updateTypes": ["minor", "patch", "pin", "digest"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user