add Dependabot and update Node version in Dockerfile #68

Merged
Lokowitz merged 5 commits from dependabot into dev-1.2 2025-08-12 18:20:15 +00:00
Lokowitz commented 2025-08-12 10:13:49 +00:00 (Migrated from github.com)

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.
2025-08-12_12-16

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" />
LukeGus commented 2025-08-12 18:18:49 +00:00 (Migrated from github.com)

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.
Lokowitz commented 2025-08-21 08:10:46 +00:00 (Migrated from github.com)

Hey @LukeGus
i think you need to activate dependabot in your project settings to work 🙂

Hey @LukeGus i think you need to activate dependabot in your project settings to work 🙂
Sign in to join this conversation.