diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9b3ceeb..70774ed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,7 +24,10 @@ updates: open-pull-requests-limit: 10 - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/" + - "/.github/actions/*" + - "/actions/*" rebase-strategy: disabled schedule: interval: "cron"