renovatebot: Extend from local presets
This commit is contained in:
parent
e0c963c416
commit
eb67decbb1
@ -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,
|
||||||
|
Reference in New Issue
Block a user