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