Skip to content

Commit 81f1910

Browse files
committed
chore: add Dependabot configuration
Enable automated dependency updates for this repository.
1 parent b0f0571 commit 81f1910

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "monday"
8+
time: "09:00"
9+
timezone: "America/Chicago"
10+
open-pull-requests-limit: 5
11+
commit-message:
12+
prefix: "chore(deps)"
13+
labels:
14+
- "dependencies"
15+
- "github-actions"
16+
reviewers:
17+
- "zircote"
18+
groups:
19+
github-actions:
20+
patterns:
21+
- "*"
22+
update-types:
23+
- "minor"
24+
- "patch"

0 commit comments

Comments
 (0)