chore(renovate): ignore golang.org/x/exp

This commit is contained in:
Devin Buhl 2024-04-15 11:50:19 -04:00 committed by GitHub
parent a5966c3d2c
commit 950cb75dbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 9 deletions

View File

@ -1,9 +0,0 @@
{
"extends": [
"config:base"
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
}

11
renovate.json5 Normal file
View File

@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"ignoreDeps": ["golang.org/x/exp"]
}