2018-12-13 16:55:36 +01:00
|
|
|
{
|
|
|
|
"extends": [
|
|
|
|
"config:base"
|
2019-01-25 09:17:11 +01:00
|
|
|
],
|
|
|
|
"commitMessagePrefix": "module:",
|
|
|
|
"commitMessageAction": "update",
|
2019-02-22 22:33:14 +01:00
|
|
|
"rebaseStalePrs": true,
|
2019-01-25 09:17:11 +01:00
|
|
|
"packageRules": [
|
|
|
|
{
|
2019-02-22 22:33:14 +01:00
|
|
|
"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"]
|
2019-01-25 09:17:11 +01:00
|
|
|
}
|
2018-12-13 16:55:36 +01:00
|
|
|
]
|
|
|
|
}
|