renovatebot: Extend from local presets

This commit is contained in:
nemunaire 2023-05-05 09:56:04 +02:00
parent e0c963c416
commit eb67decbb1
1 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,11 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":dependencyDashboard"], "extends": [
"config:base",
":dependencyDashboard",
"local>iac/renovate-config",
"local>iac/renovate-config//automerge-common"
],
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": [ "fileMatch": [
@ -22,10 +27,8 @@
{ {
"matchPackageNames": [ "matchPackageNames": [
"github.com/julienschmidt/httprouter", "github.com/julienschmidt/httprouter",
"github.com/go-sql-driver/mysql",
"github.com/miekg/dns", "github.com/miekg/dns",
"github.com/rivo/tview", "github.com/rivo/tview",
"golang.org/x/oauth2",
"gopkg.in/asn1-ber.v1" "gopkg.in/asn1-ber.v1"
], ],
"automerge": true, "automerge": true,