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
12 changes: 7 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ updates:
directory: "/"
schedule:
interval: daily
cooldown:
default-days: 7
open-pull-requests-limit: 20
rebase-strategy: "disabled"
versioning-strategy: increase-if-necessary
Expand All @@ -27,17 +29,17 @@ updates:
schedule:
interval: "daily"

- package-ecosystem: pip
directory: /.binder
schedule:
interval: daily

- package-ecosystem: npm
directory: /.github
schedule:
interval: daily
cooldown:
default-days: 7


- package-ecosystem: "pre-commit"
directory: "/"
schedule:
interval: daily
cooldown:
default-days: 7
43 changes: 43 additions & 0 deletions .github/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ docs/examples/driver_examples/instrument_group_example.yaml

# Do not ignore pyright npm version file
!.github/package.json
!.github/package-lock.json

# we are not currently checking in uv.lock
uv.lock
Loading