Skip to content

Commit

Permalink
chore(ci): Weekly Dependabot (ethereum-optimism#9266)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
refcell authored Jan 31, 2024
1 parent bc7ed27 commit 5eacf43
Showing 1 changed file with 32 additions and 14 deletions.
46 changes: 32 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,54 @@
version: 2
updates:
- package-ecosystem: docker
- package-ecosystem: "docker"
directory: "/ops-bedrock"
schedule:
interval: daily
interval: "daily"
day: "tuesday"
time: "14:30"
timezone: "America/New_York"
open-pull-requests-limit: 10
commit-message:
prefix: "dependabot(docker): "
labels:
- M-dependabot
- "M-dependabot"

- package-ecosystem: github-actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
interval: "weekly"
day: "tuesday"
time: "14:30"
timezone: "America/New_York"
open-pull-requests-limit: 10
commit-message:
prefix: "dependabot(actions): "
labels:
- M-dependabot
- "M-dependabot"

- package-ecosystem: npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: daily
time: "16:30"
interval: "weekly"
day: "tuesday"
time: "14:30"
timezone: "America/New_York"
open-pull-requests-limit: 10
versioning-strategy: auto
versioning-strategy: "auto"
commit-message:
prefix: "dependabot(npm): "
labels:
- M-dependabot
- "M-dependabot"

- package-ecosystem: gomod
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: daily
interval: "daily"
day: "tuesday"
time: "14:30"
timezone: "America/New_York"
open-pull-requests-limit: 10
commit-message:
prefix: "dependabot(gomod): "
labels:
- M-dependabot
- "M-dependabot"

0 comments on commit 5eacf43

Please sign in to comment.