Skip to content

Commit

Permalink
Keep node versions in sync (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Feb 12, 2024
1 parent e6e8480 commit a754f43
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 24 deletions.
21 changes: 0 additions & 21 deletions .github/dependabot.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommitsDisabled",
"schedule:monthly"
],
"rebaseWhen": "conflicted"
}
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.16.1
nodejs 21.6.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21
FROM node:21.6.1

ENV NODE_ENV production
ENV PORT 3000
Expand Down

0 comments on commit a754f43

Please sign in to comment.