chore(renovate): add rule
This commit is contained in:
parent
8aec6042ef
commit
d86d9f1cf6
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
|||
"description": "Require approval for all dependencies",
|
||||
"matchDepNames": ["/.+/"],
|
||||
"dependencyDashboardApproval": true
|
||||
},
|
||||
{
|
||||
"description": "Separate minor and patch for some packages",
|
||||
"matchDepNames": ["github.com/rhysd/actionlint"],
|
||||
"separateMinorPatch": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue