module: adjust to less noisy schedule for digest dependencies and rebase stale PRs in renovate

This commit is contained in:
cn 2019-02-22 22:33:14 +01:00
parent 8f918ce825
commit 73a9fdf0d4
1 changed files with 16 additions and 2 deletions

View File

@ -4,10 +4,24 @@
], ],
"commitMessagePrefix": "module:", "commitMessagePrefix": "module:",
"commitMessageAction": "update", "commitMessageAction": "update",
"rebaseStalePrs": true,
"packageRules": [ "packageRules": [
{ {
"packageNames": ["golang.org/x/net"], "packageNames": [
"enabled": false "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"]
} }
] ]
} }