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" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "weekly"
# Maintain dependencies for Go # Maintain dependencies for Go
- package-ecosystem: "gomod" - package-ecosystem: "gomod"
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "monthly"
ignore: ignore:
- dependency-name: "github.com/billputer/go-namecheap" - dependency-name: "github.com/billputer/go-namecheap"
- dependency-name: "github.com/dnsimple/dnsimple-go" - dependency-name: "github.com/dnsimple/dnsimple-go"