This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 8e79cf047c Enable Dependabot version updates (#3167)
8e79cf047c is described below
commit 8e79cf047c4836a9e005827c314fc7921ad7c8a8
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Tue Feb 6 20:11:14 2024 +0200
Enable Dependabot version updates (#3167)
---
.github/dependabot.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000000..4aca68587b
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,8 @@
+version: 2
+updates:
+ - package-ecosystem: "gradle"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ open-pull-requests-limit: 2
+