diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cd0c8ec..9c20cc3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,7 @@ version: 2 updates: - package-ecosystem: npm directory: / + target-branch: develop schedule: interval: weekly open-pull-requests-limit: 10 @@ -11,5 +12,6 @@ updates: - package-ecosystem: github-actions directory: / + target-branch: develop schedule: interval: weekly