From 3b5b0e91852dbfc5155a412bbb448f63a892b206 Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Mon, 10 Jun 2024 09:08:51 -0700 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c1917f71..4017977c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,9 +13,7 @@ updates: directory: "/" schedule: interval: weekly - commit-message: - prefix: github-actions - include: scope - labels: - - github-actions - - dependencies + - package-ecosystem: devcontainers + directory: "/" + schedule: + interval: weekly