There was an error while loading. Please reload this page.
1 parent af89e79 commit af21601Copy full SHA for af21601
2 files changed
.github/dependabot.yml
@@ -4,8 +4,21 @@ updates:
4
directory: /
5
schedule:
6
interval: daily
7
+ cooldown:
8
+ default-days: 3
9
+ groups:
10
+ actions:
11
+ patterns:
12
+ - "*"
13
14
- package-ecosystem: npm
15
16
17
18
19
20
21
+ production-dependencies:
22
+ dependency-type: "production"
23
+ development-dependencies:
24
+ dependency-type: "development"
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
- npm install
+ npm ci
npm run all
test: # make sure the action works on a clean machine without building
0 commit comments