We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4e260 commit c4a01c7Copy full SHA for c4a01c7
.github/dependabot.yml
@@ -4,7 +4,22 @@ updates:
4
directory: /
5
schedule:
6
interval: daily
7
+ groups:
8
+ gh-actions:
9
+ patterns:
10
+ - "*"
11
- package-ecosystem: npm
12
13
14
15
16
+ dependencies:
17
+ dependency-type: production
18
+ update-types:
19
+ - minor
20
+ - patch
21
+ dev-dependencies:
22
+ dependency-type: development
23
24
25
.github/workflows/codeql.yml
@@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
26
- language: [typescript]
+ language: [javascript, typescript]
27
28
steps:
29
- name: Checkout
0 commit comments