diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 96bdbee06..c11f62f21 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,3 +30,27 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 +- package-ecosystem: gradle + directory: "/" + target-branch: v3/longTermBranch + schedule: + interval: daily + open-pull-requests-limit: 10 +- package-ecosystem: gradle + directory: "/android" + target-branch: v3/longTermBranch + schedule: + interval: daily + open-pull-requests-limit: 10 + - package-ecosystem: maven + directory: "/" + target-branch: v3/longTermBranch + schedule: + interval: daily + open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: "/" + target-branch: v3/longTermBranch + schedule: + interval: daily + open-pull-requests-limit: 10