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
+2
View File
@@ -16,3 +16,5 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
cooldown:
default-days: 7
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
node-version-file: .node-version node-version-file: .node-version
- name: Install Dependencies - name: Install Dependencies
run: npm i run: npm ci --ignore-scripts
- name: Run linters - name: Run linters
run: make lint-prettier run: make lint-prettier
+1 -1
View File
@@ -1 +1 @@
24.11.0 24.15.0
+1
View File
@@ -0,0 +1 @@
min-release-age=7