This commit is contained in:
parent
2ba492a7c7
commit
e620aa0701
1 changed files with 13 additions and 1 deletions
|
@ -9,5 +9,17 @@
|
||||||
"semanticCommits": "enabled",
|
"semanticCommits": "enabled",
|
||||||
"semanticCommitType": "build",
|
"semanticCommitType": "build",
|
||||||
"semanticCommitScope": "deps",
|
"semanticCommitScope": "deps",
|
||||||
"dependencyDashboard": false
|
"dependencyDashboard": false,
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"major",
|
||||||
|
"minor",
|
||||||
|
"patch",
|
||||||
|
"pin",
|
||||||
|
"pinDigest",
|
||||||
|
"digest"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue