From 91d7d56500c1a311128bedd32270240bcb5c0054 Mon Sep 17 00:00:00 2001 From: Jorim Tielemans Date: Tue, 10 Sep 2024 17:42:42 +0200 Subject: [PATCH] Update dependabot.yml Add devcontainer features as well (not sure if it will work without a pinned version) and change interval to weekly in line with other dependabot configs. --- .github/dependabot.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a394d7d..2e16b46 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,18 @@ version: 2 updates: + - package-ecosystem: "devcontainers" + directory: "/" + labels: + - "pr: dependency-update" + schedule: + interval: weekly + time: "06:00" + open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" + labels: + - "pr: dependency-update" schedule: - interval: daily + interval: weekly time: "06:00" open-pull-requests-limit: 10