diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-30 17:56:05 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 12:26:05 +0000 |
commit | fc211418c4a3961b00b255c855c10131d1f1540c (patch) | |
tree | 7964d25d3cad78e42aeafe1059d2bb3d81b3b6aa /.github/dependabot.yml | |
parent | 8d59e8255c7c38aa9fe228e31e1e21f2610326b3 (diff) |
Implement workarounds for Dependabot to update dependencies (#1552)
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600..ea0377c1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,15 @@ version: 2 updates: + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "daily" + + open-pull-requests-limit: 1 + labels: + - "A-dependencies" + - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "daily" |