ci(renovate): keep only regex manager
This commit is contained in:
@@ -7,11 +7,12 @@
|
|||||||
"addLabels": [
|
"addLabels": [
|
||||||
"renovate"
|
"renovate"
|
||||||
],
|
],
|
||||||
|
"enabledManagers": ["regex"],
|
||||||
"automergeStrategy": "rebase",
|
"automergeStrategy": "rebase",
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"managerFilePatterns": [
|
"fileMatch": [
|
||||||
"^.*docker-compose\\.json$"
|
"^.*docker-compose\\.json$"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
|
|||||||
Reference in New Issue
Block a user