mirror of
https://github.com/cmur2/miflorad.git
synced 2024-12-22 02:54:24 +01:00
module: adjust to less noisy schedule for digest dependencies and rebase stale PRs in renovate
This commit is contained in:
parent
8f918ce825
commit
73a9fdf0d4
@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user