Skip to content

Commit 4e4607f

Browse files
authored
chore: add Dependabot configurationin (#2118)
1 parent 0b9c08a commit 4e4607f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Dependabot configuration for automated dependency updates
2+
# Creates weekly PRs with all dependency updates grouped together
3+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
4+
5+
version: 2
6+
updates:
7+
- package-ecosystem: "bun"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"
11+
day: "monday"
12+
time: "04:00"
13+
timezone: "UTC"
14+
open-pull-requests-limit: 5
15+
labels:
16+
- "dependencies"
17+
commit-message:
18+
prefix: "deps"
19+
include: "scope"
20+
versioning-strategy: "increase-if-necessary"
21+
groups:
22+
all-dependencies:
23+
patterns:
24+
- "*"
25+
# Allow security updates to be created separately
26+
applies-to: version-updates

0 commit comments

Comments
 (0)