From bc0516da9030d0c61b97d7a3de38b50ec87757db Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Wed, 14 Aug 2024 22:20:42 -0400 Subject: [PATCH] chore(dependabot): add .github/actions dir --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc154c94b1..7637eec95d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,9 @@ updates: - package-ecosystem: github-actions directories: - / - - .github/workflows + - /.github/workflows + - /.github/actions/* # Not working until resolved: https://github.com/dependabot/dependabot-core/issues/6345 + - /.github/actions/setup target-branch: beta schedule: interval: monthly