mirror of
https://github.com/onedr0p/exportarr.git
synced 2026-02-06 10:57:32 +00:00
12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
{
|
|
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
|
extends: [
|
|
"config:recommended"
|
|
],
|
|
postUpdateOptions: [
|
|
"gomodTidy",
|
|
"gomodUpdateImportPaths"
|
|
],
|
|
ignoreDeps: ["golang.org/x/exp"]
|
|
}
|