bump dependabot schedule interval to monthly (#1372)
This commit is contained in:
parent
11531119d2
commit
b5f88cfc8f
1 changed files with 4 additions and 4 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue