From a272a044b7a7ea94f353403867215082f9504b0f Mon Sep 17 00:00:00 2001 From: Jim O'Donnell Date: Mon, 6 Nov 2023 11:45:17 +0000 Subject: [PATCH] Package updates - Build and run on Node 20. - Add dependabot for GH Actions. --- .github/dependabot.yml | 4 ++++ Dockerfile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a3cce5..a48abdd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly diff --git a/Dockerfile b/Dockerfile index b433f00..cd15df5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine +FROM node:20-alpine WORKDIR /app