mirror of
https://github.com/cmur2/miflorad.git
synced 2024-11-14 08:56:16 +01:00
28 lines
572 B
JSON
28 lines
572 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"commitMessagePrefix": "module:",
|
|
"commitMessageAction": "update",
|
|
"rebaseStalePrs": true,
|
|
"packageRules": [
|
|
{
|
|
"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"]
|
|
}
|
|
]
|
|
}
|