diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 78e459e310..f3b1658f63 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,16 +4,19 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "monthly" + interval: "weekly" + open-pull-requests-limit: 10 - package-ecosystem: "docker" directory: "/docker" schedule: - interval: "monthly" + interval: "weekly" + open-pull-requests-limit: 10 # Set update schedule for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "weekly" rebase-strategy: "disabled" + open-pull-requests-limit: 10