1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

MAINT: Less frequently Dependabot runs (#1202)

This commit is contained in:
Tom Limoncelli
2021-07-06 11:40:34 -04:00
committed by GitHub
parent 80f22df705
commit 991f73730d

View File

@ -9,13 +9,13 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
# Maintain dependencies for Go
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
ignore:
- dependency-name: "github.com/billputer/go-namecheap"
- dependency-name: "github.com/dnsimple/dnsimple-go"
@ -23,4 +23,4 @@ updates:
- dependency-name: "github.com/ovh/go-ovh"
- dependency-name: "github.com/vultr/govultr"
- dependency-name: "gopkg.in/ns1/ns1-go.v2"