chore: update renovate config

This commit is contained in:
Devin Buhl 2025-03-15 21:52:03 -04:00 committed by GitHub
parent dba01a7134
commit 9173dbdca7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

11
.renovaterc.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"]
}

View File

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