Skip to content

Commit c4a01c7

Browse files
committed
Update dependabot config
1 parent 5e4e260 commit c4a01c7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,22 @@ updates:
44
directory: /
55
schedule:
66
interval: daily
7+
groups:
8+
gh-actions:
9+
patterns:
10+
- "*"
711
- package-ecosystem: npm
812
directory: /
913
schedule:
1014
interval: daily
15+
groups:
16+
dependencies:
17+
dependency-type: production
18+
update-types:
19+
- minor
20+
- patch
21+
dev-dependencies:
22+
dependency-type: development
23+
update-types:
24+
- minor
25+
- patch

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
language: [typescript]
26+
language: [javascript, typescript]
2727

2828
steps:
2929
- name: Checkout

0 commit comments

Comments
 (0)