diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 245ec0a42c..505b589b20 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,11 +3,14 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: weekly open-pull-requests-limit: 10 + target-branch: "develop" + - package-ecosystem: npm directory: "/" schedule: interval: weekly open-pull-requests-limit: 15 target-branch: "develop" + versioning-strategy: increase-if-necessary