diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9fd83e880..279313064 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,3 +24,10 @@ updates: open-pull-requests-limit: 10 target-branch: master labels: [auto-dependencies] + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + target-branch: master + labels: [auto-dependencies] \ No newline at end of file