From 73a9fdf0d43bf8c25eb616f44fa18ae2a0f4a19a Mon Sep 17 00:00:00 2001 From: cn Date: Fri, 22 Feb 2019 22:33:14 +0100 Subject: [PATCH] module: adjust to less noisy schedule for digest dependencies and rebase stale PRs in renovate --- renovate.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 7665439..4227047 100644 --- a/renovate.json +++ b/renovate.json @@ -4,10 +4,24 @@ ], "commitMessagePrefix": "module:", "commitMessageAction": "update", + "rebaseStalePrs": true, "packageRules": [ { - "packageNames": ["golang.org/x/net"], - "enabled": false + "packageNames": [ + "github.com/currantlabs/gatt", + "github.com/muka/ble", + "github.com/muka/go-bluetooth" + ], + "extends": ["schedule:weekly"] + }, + { + "packageNames": [ + "github.com/coreos/go-systemd", + "github.com/mgutz/ansi", + "github.com/mgutz/logxi", + "golang.org/x/net" + ], + "extends": ["schedule:monthly"] } ] }