Skip to content
Open
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
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,28 @@ updates:
directory: /
schedule:
interval: weekly

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: weekly
Comment on lines +10 to +13
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do you know if this is smart enough to look in the container files now that we are installing things there?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It updates the versions in package.json and package-lock.json, which are then used to install the dependencies in the container.


- package-ecosystem: "pip"
directory: "/"
schedule:
interval: weekly

- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: weekly

- package-ecosystem: "docker"
directory: ".devcontainer"
schedule:
interval: weekly

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
Loading