From 46daf473c8c77c5a42095261feb4f737fc33c889 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Wed, 14 Aug 2024 22:02:01 -0400 Subject: [PATCH] chore(dependabot): add .github/workflows dir --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3d9f2eaf43..dc154c94b1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,9 @@ version: 2 updates: - package-ecosystem: github-actions - directory: / + directories: + - / + - .github/workflows target-branch: beta schedule: interval: monthly