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
rodič 8f918ce825
revize 73a9fdf0d4
1 změnil soubory, kde provedl 16 přidání a 2 odebrání

Zobrazit soubor

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