PlotSquared/renovate.json

11 lines
247 B
JSON
Raw Normal View History

2020-12-20 22:24:38 +01:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2020-12-20 22:24:38 +01:00
"extends": [
"config:base",
":semanticCommitsDisabled"
],
2023-03-05 00:03:39 +01:00
"labels": ["dependencies"],
"rebaseWhen": "conflicted",
"schedule": ["on the first day of the week"]
2020-12-20 22:24:38 +01:00
}