From 604c1acf2f4ef8d039f8547fa16d40327b591055 Mon Sep 17 00:00:00 2001 From: skye rogers Date: Tue, 25 Mar 2025 11:47:21 -0700 Subject: [PATCH] edited github-actions section --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f11bed87..e02772f6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,6 +32,9 @@ updates: # branch - dependabot testing - package-ecosystem: "github-actions" - directory: / + directory: "/" + labels: + - "dependencies" + - "v3.x" schedule: interval: "daily"