mirror of
https://github.com/cmur2/miflorad.git
synced 2026-02-10 01:01:47 +01:00
14 lines
216 B
JSON
14 lines
216 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"commitMessagePrefix": "module:",
|
|
"commitMessageAction": "update",
|
|
"packageRules": [
|
|
{
|
|
"packageNames": ["golang.org/x/net"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|