0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-11-22 09:20:38 +00:00

fix: add weekly schedule for high frequence golang deps

This commit is contained in:
Robert Kaussow 2022-04-26 09:50:20 +02:00
parent a6909ffc0a
commit f80907dffc
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -17,6 +17,14 @@
"matchUpdateTypes": ["pin", "digest", "patch", "minor"],
"automerge": true,
"extends": ["schedule:weekly"]
},
{
"description": "Schedule high frequency packages",
"groupName": "golang high fequency (non-major)",
"matchDatasources": ["go"],
"matchPackagePatterns": ["urfave/cli"],
"matchUpdateTypes": ["pin", "digest", "patch", "minor"],
"extends": ["schedule:weekly"]
}
]
}