bump dependabot schedule interval to monthly (#1372)

This commit is contained in:
Joey Orlando 2023-02-21 10:37:26 +01:00 committed by GitHub
parent 11531119d2
commit b5f88cfc8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ updates:
- package-ecosystem: "npm"
directory: "/grafana-plugin"
schedule:
interval: "daily"
interval: "monthly"
labels:
- "pr:dependencies"
- "pr:no changelog"
@ -12,7 +12,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
labels:
- "pr:dependencies"
- "pr:no changelog"
@ -23,7 +23,7 @@ updates:
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
labels:
- "pr:dependencies"
- "pr:no changelog"
@ -32,7 +32,7 @@ updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
labels:
- "pr:dependencies"
- "pr:no changelog"