add Dependabot and update Node version in Dockerfile #68
Reference in New Issue
Block a user
Delete Branch "dependabot"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, i like your project.
Saw that you are targeting Node 22 in your
tsconfig.node.jsonbut uses Node 18 in your Dockerfile.This causes some warnings in building the docker image.
I also added Dependabot for continuous checks for updating the npm / dockerfile / githubaction versions.
Is the PR against
mainok? Because you dont have a general dev branch.To activate Dependabot you have to enable it in the Settings.

Thank you for putting in the effort for this PR. You can make PR from main that is fine in the future, I went ahead and changed it to the latest dev branch. Good catch for finding the
tsconfig.node.json, and I have always considered adding Dependabot, just haven't got around to it yet, so thank you for doing it for me! I'll look at your commits and should have this merged soon.Hey @LukeGus
i think you need to activate dependabot in your project settings to work 🙂