ci: reduce renovate PR noise (#4892)
This commit is contained in:
parent
c76dc930fa
commit
93c7eca550
|
@ -9,11 +9,13 @@
|
||||||
"workarounds:all",
|
"workarounds:all",
|
||||||
// automerge minor updates
|
// automerge minor updates
|
||||||
":automergeMinor",
|
":automergeMinor",
|
||||||
|
":automergeBranch"
|
||||||
],
|
],
|
||||||
"labels": ["📦 dependencies"],
|
"labels": ["📦 dependencies"],
|
||||||
"semanticCommits": "enabled",
|
"semanticCommits": "enabled",
|
||||||
"semanticCommitType": "build",
|
"semanticCommitType": "build",
|
||||||
"rangeStrategy": "bump",
|
"rangeStrategy": "bump",
|
||||||
|
"rebaseWhen": "conflicted",
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
// group updates to related packages
|
// group updates to related packages
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
name: Main workflow
|
name: Main workflow
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
- "**.md"
|
- "**.md"
|
||||||
|
|
Loading…
Reference in New Issue