mirror of
https://github.com/cmur2/miflorad.git
synced 2025-06-30 16:30:24 +02:00
14 lines
217 B
JSON
14 lines
217 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"commitMessagePrefix": "module:",
|
|
"commitMessageAction": "update",
|
|
"packageRules": [
|
|
{
|
|
"packageNames": ["^golang.org/x/net"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|