1
0
mirror of https://github.com/cmur2/miflorad.git synced 2024-12-22 02:54:24 +01:00

module: fix ignore of golang.org/x/net in renovate

This commit is contained in:
cn 2019-01-25 12:48:56 +01:00
parent 4f265b76a8
commit 6e08af6fa0

View File

@ -6,7 +6,7 @@
"commitMessageAction": "update",
"packageRules": [
{
"packageNames": ["^golang.org/x/net"],
"packageNames": ["golang.org/x/net"],
"enabled": false
}
]