From cf885b2533055c2a5f8d0b41bb077b584814627f Mon Sep 17 00:00:00 2001 From: josegonzalez Date: Mon, 29 May 2023 18:13:17 -0400 Subject: [PATCH] feat: add dependabot support to github actions --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9b62da4..7092bea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,10 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + labels: + - "type: dependencies"