chore(npm): restrict npm installs + package bumps for a week (try to prevent 0-days from upstream dependency changes)

This commit is contained in:
Pieter Oliver
2026-04-21 19:22:09 +01:00
committed by GitHub
parent 2980ca97a3
commit 7729bd0590
4 changed files with 5 additions and 2 deletions

View File

@@ -16,3 +16,5 @@ updates:
directory: "/"
schedule:
interval: "weekly"
cooldown:
default-days: 7

View File

@@ -46,7 +46,7 @@ jobs:
node-version-file: .node-version
- name: Install Dependencies
run: npm i
run: npm ci --ignore-scripts
- name: Run linters
run: make lint-prettier