mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Disable Renovate patch PRs for chromedriver
(#215258)
## Summary `chromedriver` is updated often, but we have been closing patch PRs anyways. So this should limit notifications a bit. [Renovate docs](https://docs.renovatebot.com/configuration-options/#matchupdatetypes)
This commit is contained in:
parent
971c2056ad
commit
da055061ef
1 changed files with 23 additions and 1 deletions
|
@ -3230,12 +3230,34 @@
|
|||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"groupName": "chromedriver",
|
||||
"matchDepNames": [
|
||||
"chromedriver"
|
||||
],
|
||||
"reviewers": [
|
||||
"team:kibana-operations"
|
||||
],
|
||||
"matchBaseBranches": [
|
||||
"/.*/"
|
||||
],
|
||||
"labels": [
|
||||
"Team:Operations",
|
||||
"release_note:skip",
|
||||
"backport:skip"
|
||||
],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"enabled": true,
|
||||
"matchUpdateTypes": [
|
||||
"major",
|
||||
"minor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupName": "ftr",
|
||||
"matchDepNames": [
|
||||
"@types/chromedriver",
|
||||
"@types/selenium-webdriver",
|
||||
"chromedriver",
|
||||
"geckodriver",
|
||||
"ms-chromium-edge-driver",
|
||||
"selenium-webdriver"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue