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

Este commit está contenido en:
cn 2019-02-22 22:33:14 +01:00
padre 8f918ce825
commit 73a9fdf0d4
Se han modificado 1 ficheros con 16 adiciones y 2 borrados

Ver fichero

@ -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"]
}
]
}