diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 21700073..c130d63d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,11 +3,19 @@ updates: - package-ecosystem: cargo directory: "/" schedule: - interval: weekly - open-pull-requests-limit: 10 + interval: daily + open-pull-requests-limit: 1 + allow: + - dependency-type: direct + - dependency-type: indirect - package-ecosystem: gitsubmodule directory: "/" schedule: - interval: weekly - open-pull-requests-limit: 10 + interval: daily + open-pull-requests-limit: 1 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 1