diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f87c34b8..ad4b47c5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,17 +3,23 @@ updates: - package-ecosystem: gitsubmodule directory: "/" schedule: - interval: monthly + interval: weekly open-pull-requests-limit: 20 - package-ecosystem: "github-actions" directory: "/" schedule: - interval: monthly + interval: weekly open-pull-requests-limit: 20 - package-ecosystem: "npm" directory: "/page" schedule: - interval: monthly + interval: weekly + open-pull-requests-limit: 20 + + - package-ecosystem: "cargo" + directory: "/src/backends/icicle-emulator/icicle-bridge/" + schedule: + interval: weekly open-pull-requests-limit: 20