This is an automated email from the ASF dual-hosted git repository.
zstan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new d49aa23e038 IGNITE-28703 Activate Dependabot with proper ignore
configuration (#13160)
d49aa23e038 is described below
commit d49aa23e038bef01e21c72f25c96091e5be8ffa4
Author: Kirill Anisimov <[email protected]>
AuthorDate: Wed May 27 14:14:09 2026 +0700
IGNITE-28703 Activate Dependabot with proper ignore configuration (#13160)
---
.github/dependabot.yml | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000000..64735754aed
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,24 @@
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+#
https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
+version: 2
+updates:
+ - package-ecosystem: "maven"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ open-pull-requests-limit: 3
+ cooldown:
+ deafult-days: 10
+ ignore:
+ - dependency-name: "org.apache.calcite:calcite-core"
+ - dependency-name: "org.apache.calcite:calcite-linq4j"
+ - dependency-name: "org.apache.calcite.avatica:avatica-core"
+
+ - dependency-name: "org.springframework:*"
+ - dependency-name: "org.springframework.*:*"
+
+ - dependency-name: "junit:junit"
+
+ - dependency-name: "com.h2database:h2"
\ No newline at end of file