File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments