diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml deleted file mode 100644 index a35e6fa..0000000 --- a/.github/dependabot.yaml +++ /dev/null @@ -1,8 +0,0 @@ -version: 2 -updates: -- package-ecosystem: gitsubmodule - directory: "/" - schedule: - interval: weekly - open-pull-requests-limit: 10 - diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4e1a6b9..c624534 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,10 +3,13 @@ updates: - package-ecosystem: cargo directory: "/" schedule: - interval: daily - open-pull-requests-limit: 10 + interval: weekly + open-pull-requests-limit: 3 + allow: + - dependency-type: direct + - dependency-type: indirect - package-ecosystem: gitsubmodule directory: "/" schedule: - interval: daily + interval: weekly open-pull-requests-limit: 10