This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new f0b183f27 Configure Dependabot to check for Rust updates daily
f0b183f27 is described below
commit f0b183f2773165e616ec22ed6c32f60cc5b961fe
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Apr 21 14:42:13 2022 +0300
Configure Dependabot to check for Rust updates daily
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
.github/dependabot.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 205982184..554b8987f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -82,6 +82,7 @@ updates:
- package-ecosystem: "cargo"
directory: "/lang/rust/"
schedule:
- interval: "weekly"
- day: "sunday"
+ interval: "daily"
open-pull-requests-limit: 20
+ target-branch: master
+ labels: [auto-dependencies]