Skip to content

Commit af21601

Browse files
authored
chore: add dependabot cooldown and grouped updates
1 parent af89e79 commit af21601

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,21 @@ updates:
44
directory: /
55
schedule:
66
interval: daily
7+
cooldown:
8+
default-days: 3
9+
groups:
10+
actions:
11+
patterns:
12+
- "*"
713

814
- package-ecosystem: npm
915
directory: /
1016
schedule:
1117
interval: daily
18+
cooldown:
19+
default-days: 3
20+
groups:
21+
production-dependencies:
22+
dependency-type: "production"
23+
development-dependencies:
24+
dependency-type: "development"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- run: |
15-
npm install
15+
npm ci
1616
- run: |
1717
npm run all
1818
test: # make sure the action works on a clean machine without building

0 commit comments

Comments
 (0)