This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new ca2b10a2f ci: add github-actions ecosystem to dependabot (#3271)
ca2b10a2f is described below
commit ca2b10a2f92f10f30840b7a2ede4ce19379c6426
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Mon May 18 21:56:22 2026 +0200
ci: add github-actions ecosystem to dependabot (#3271)
---
.github/dependabot.yml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index eee0f971b..c59c4e4d0 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -35,3 +35,22 @@ updates:
update-types:
- "minor"
- "patch"
+
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ rebase-strategy: "disabled"
+ commit-message:
+ prefix: "chore(deps): "
+ assignees:
+ - "apache/iggy-committers"
+ reviewers:
+ - "apache/iggy-committers"
+ groups:
+ minor-and-patch:
+ patterns:
+ - "*"
+ update-types:
+ - "minor"
+ - "patch"