This is an automated email from the ASF dual-hosted git repository.
tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git
The following commit(s) were added to refs/heads/trunk by this push:
new e728907be Update dependatbot config, also notify us about Python
dependency updates.
e728907be is described below
commit e728907beddf7742bd031409dde0ac0e7f97784c
Author: Tomaz Muraus <[email protected]>
AuthorDate: Sat Jul 23 14:59:05 2022 +0200
Update dependatbot config, also notify us about Python dependency
updates.
---
.github/dependabot.yml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5ace4600a..4941da400 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -3,4 +3,9 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
- interval: "weekly"
+ interval: "daily"
+
+ - package-ecosystem: "pip"
+ directory: "/"
+ schedule:
+ interval: "daily"