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
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: 2
updates:
- package-ecosystem: "npm"
directory: "extensions/ql-vscode"
cooldown:
default-days: 3
schedule:
interval: "weekly"
day: "thursday" # Thursday is arbitrary
Expand Down Expand Up @@ -32,13 +34,17 @@ updates:
- "@typescript-eslint/*"
- package-ecosystem: "github-actions"
directory: "/"
cooldown:
default-days: 3
schedule:
Comment on lines 35 to 39
Copy link
Copy Markdown
Contributor Author

@nickrolfe nickrolfe May 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "Dependabot" in the title referred to all changes in this file. The "npm" referred to the changes in .npmrc.

interval: "weekly"
day: "thursday" # Thursday is arbitrary
labels:
- "Update dependencies"
- package-ecosystem: docker
directory: "extensions/ql-vscode/test/e2e/docker"
cooldown:
default-days: 3
schedule:
interval: "weekly"
day: "thursday" # Thursday is arbitrary
Expand Down
2 changes: 2 additions & 0 deletions extensions/ql-vscode/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Storybook requires this option to be set. See https://github.com/storybookjs/storybook/issues/18298
legacy-peer-deps=true
# Supply chain security: require packages to be at least 3 days old before install
min-release-age=3
Loading