diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 076e6dd..44dc769 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,13 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 - package-ecosystem: "pip" - directory: "/" # Location of package manifests + directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 10