Skip to content

Commit

Permalink
ci: configure dependabot to run weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Dec 10, 2024
1 parent 53b1a05 commit 8bfaccf
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

version: 2
updates:
- package-ecosystem: "gomod"
directories:
- "/"
schedule:
interval: "weekly"
day: "sunday"
time: "09:00"
labels:
- "theme/dependencies"
- package-ecosystem: "github-actions"
directory: /
labels:
- "theme/dependencies"
- "theme/ci"
schedule:
interval: "weekly"
day: "sunday"
time: "09:00"

0 comments on commit 8bfaccf

Please sign in to comment.