From 6fa8c9d36bee65810eee9f5f131c3f5974feea78 Mon Sep 17 00:00:00 2001 From: Derek Tamsen Date: Sat, 11 May 2024 23:24:20 +0000 Subject: [PATCH] feat: add dependabot updates for actions and devcontainer Enable dependabot updates for github actions and devcontainers. Also, adds gh cli to the devcontainer. --- .devcontainer/devcontainer.json | 5 ++++- .github/dependabot.yml | 10 ++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c62f2ab..d50883a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,5 +21,8 @@ // "remoteUser": "root" // install development dependencies for cgo - "postCreateCommand": "sudo apt update && sudo apt install --yes libcryptsetup-dev && git config --global --add safe.directory /workspaces/luks2crypt" + "postCreateCommand": "sudo apt update && sudo apt install --yes libcryptsetup-dev && git config --global --add safe.directory /workspaces/luks2crypt", + "features": { + "ghcr.io/devcontainers/features/github-cli:1": {} + } } diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0871f9..b0088b5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,16 @@ version: 2 updates: + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: weekly + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "gomod" # See documentation for possible values directory: "/" # Location of package manifests schedule: