Skip to content

Commit fe122ab

Browse files
committed
dependabot update
1 parent 9073d67 commit fe122ab

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@ updates:
99
commit-message:
1010
prefix: 'bump'
1111
include: 'scope'
12+
groups:
13+
production-dependencies:
14+
dependency-type: 'production'
15+
dev-dependencies:
16+
dependency-type: 'development'
17+
18+
# Security updates - daily check
19+
- package-ecosystem: 'npm'
20+
directory: '/'
21+
schedule:
22+
interval: 'daily'
23+
open-pull-requests-limit: 10
24+
target-branch: main
25+
commit-message:
26+
prefix: 'security'
27+
include: 'scope'
28+
allow:
29+
- dependency-type: 'all'
30+
update-type: 'security'
1231

1332
# Github actions up to date
1433
- package-ecosystem: 'github-actions'

0 commit comments

Comments
 (0)