Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ updates:
directory: /
schedule:
interval: weekly
cooldown:
default-days: 1
groups:
actions:
# Group together updates from common, official sources.
Expand Down
2 changes: 1 addition & 1 deletion ui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ distclean: clean ## Remove all build and dev transients
upgrade-interactive: # CLI tool to review and select packages to upgrade
# Filter out dependencies locked to specific versions.
# We assume that version specifiers without a prefix are locked.
npx npm-check-updates -i --format group \
npx npm-check-updates --cooldown 1 -i --format group \
--reject "$$(jq -r '\
(.dependencies + .devDependencies) | to_entries | \
map(select(.value | test("^[0-9]")))[].key' \
Expand Down