mirror of
https://github.com/cmur2/miflorad.git
synced 2024-12-22 12:54:25 +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
|
|
}
|
|
]
|
|
}
|