From f7df6f993e95ab3ff1ae1f8fae2c1f45e127b4f6 Mon Sep 17 00:00:00 2001 From: Ben Dalling Date: Sun, 13 Oct 2024 07:45:28 +0100 Subject: [PATCH] fix: dev: Add dependabot schedule for the dev container. --- .github/dependabot.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bd2df04..18b53d8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,16 @@ --- -# Set update schedule for GitHub Actions +# 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 more information: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# https://containers.dev/guide/dependabot version: 2 updates: - + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: weekly - package-ecosystem: "github-actions" directory: "/" schedule: