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 4bbbfd78135 IGNITE-28703 Fix typo in dependabot.yml (#13186)
4bbbfd78135 is described below
commit 4bbbfd78135896280f0ab9cbf30656877e720ac2
Author: Kirill Anisimov <[email protected]>
AuthorDate: Wed May 27 19:45:52 2026 +0700
IGNITE-28703 Fix typo in dependabot.yml (#13186)
---
.github/dependabot.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 64735754aed..10cd1d8dc88 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -10,7 +10,7 @@ updates:
interval: "weekly"
open-pull-requests-limit: 3
cooldown:
- deafult-days: 10
+ default-days: 10
ignore:
- dependency-name: "org.apache.calcite:calcite-core"
- dependency-name: "org.apache.calcite:calcite-linq4j"