mirror of
https://github.com/onedr0p/exportarr.git
synced 2026-02-06 10:57:32 +00:00
chore: update renovate config
This commit is contained in:
parent
dba01a7134
commit
9173dbdca7
11
.renovaterc.json5
Normal file
11
.renovaterc.json5
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
||||
extends: [
|
||||
"config:recommended"
|
||||
],
|
||||
postUpdateOptions: [
|
||||
"gomodTidy",
|
||||
"gomodUpdateImportPaths"
|
||||
],
|
||||
ignoreDeps: ["golang.org/x/exp"]
|
||||
}
|
||||
@ -1,11 +0,0 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"postUpdateOptions": [
|
||||
"gomodTidy",
|
||||
"gomodUpdateImportPaths"
|
||||
],
|
||||
"ignoreDeps": ["golang.org/x/exp"]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user