From f7b62206d6775cc7eb36127b8462b5c4b175fad3 Mon Sep 17 00:00:00 2001 From: Thephaseless Date: Fri, 18 Oct 2024 15:49:50 +0000 Subject: [PATCH] update actions --- .github/dependabot.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f33a02c..52a086e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,11 @@ version: 2 updates: - - package-ecosystem: "devcontainers" - directory: "/" - schedule: - interval: weekly + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: weekly + - package-ecosystem: github-actions + directory: ".github/workflows/" + schedule: + interval: weekly