-
Notifications
You must be signed in to change notification settings - Fork 13
#5720 - Upgrade Node to 25.6 #5721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
.github/dependabot.yml
Outdated
| commit-message: | ||
| prefix: "docker" | ||
| directory: "/sources/packages/backend/apps/api" | ||
| directory: "/sources/packages/backend" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is nice! Do you mind sharing the documentation that would support this change?
I notice that now it does support the ability to provide directories, but I did not find (in a quick search) that it would support the recursive scan from the root directory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assumed it would be recursive but i think your right, from the docs i think i have to change to include */ in the directory, i'll do a bit more research and change this. its one of the things i can't test without pushing the changes directly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also spent some time trying to include the registry artifacts.developer.gov.bc.ca as part of the scan but i don't see anyone else doing this, I believe we would need to setup a user/password for the jfrog platform, but i didn't go any further
|



Summary
Updates Node.js to 25.6.0-alpine3.22 across all backend and frontend services
Adjusts Dependabot Docker configuration for broader backend service scanning