diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..9a5b94a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "gomod" # See documentation for possible values + directory: "kubelab-backend/" # Location of package manifests + schedule: + interval: "weekly" + commit-message: + prefix: ":robot:" + # GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: ":seedling:" diff --git a/Dockerfile b/Dockerfile index 9371679..d653de1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use linuxserver/code-server as the base image -FROM linuxserver/code-server:4.18.0-ls180 +FROM linuxserver/code-server:4.22.1-ls202 # 1. Custom Favicon: Replace the favicon COPY favicon.ico /app/code-server/src/browser/media/favicon.ico