Commit 5eacf435 authored by refcell.eth's avatar refcell.eth Committed by GitHub

chore(ci): Weekly Dependabot (#9266)

* chore(ci): schedule dependabot to run weekly instead of daily

* chore(ci): keep gomod and docker dependabot jobs on a daily schedule

* chore(ci): fix commit message prefix config
parent bc7ed277
version: 2 version: 2
updates: updates:
- package-ecosystem: docker - package-ecosystem: "docker"
directory: "/ops-bedrock" directory: "/ops-bedrock"
schedule: schedule:
interval: daily interval: "daily"
day: "tuesday"
time: "14:30"
timezone: "America/New_York"
open-pull-requests-limit: 10 open-pull-requests-limit: 10
commit-message:
prefix: "dependabot(docker): "
labels: labels:
- M-dependabot - "M-dependabot"
- package-ecosystem: github-actions - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: daily interval: "weekly"
day: "tuesday"
time: "14:30"
timezone: "America/New_York"
open-pull-requests-limit: 10 open-pull-requests-limit: 10
commit-message:
prefix: "dependabot(actions): "
labels: labels:
- M-dependabot - "M-dependabot"
- package-ecosystem: npm - package-ecosystem: "npm"
directory: "/" directory: "/"
schedule: schedule:
interval: daily interval: "weekly"
time: "16:30" day: "tuesday"
time: "14:30"
timezone: "America/New_York" timezone: "America/New_York"
open-pull-requests-limit: 10 open-pull-requests-limit: 10
versioning-strategy: auto versioning-strategy: "auto"
commit-message:
prefix: "dependabot(npm): "
labels: labels:
- M-dependabot - "M-dependabot"
- package-ecosystem: gomod - package-ecosystem: "gomod"
directory: "/" directory: "/"
schedule: schedule:
interval: daily interval: "daily"
day: "tuesday"
time: "14:30"
timezone: "America/New_York"
open-pull-requests-limit: 10 open-pull-requests-limit: 10
commit-message:
prefix: "dependabot(gomod): "
labels: labels:
- M-dependabot - "M-dependabot"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment