Hi, i like your project.
Saw that you are targeting Node 22 in your tsconfig.node.json but 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 main ok? Because you dont have a general dev branch.
To activate Dependabot you have to enable it in the Settings.
Hi, i like your project.
Saw that you are targeting Node 22 in your `tsconfig.node.json` but 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 `main` ok? Because you dont have a general dev branch.
To activate Dependabot you have to enable it in the Settings.
<img width="1173" height="1016" alt="2025-08-12_12-16" src="https://github.com/user-attachments/assets/4b8aea46-91b2-443a-937a-79b1875b7f62" />
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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 🙂