This is an automated email from the ASF dual-hosted git repository.
martin-g pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new f8eebb2 fix: Group `github/codeql-action/*` updates (#592)
f8eebb2 is described below
commit f8eebb23f85d0e6d494417e2f2a529289fa3c70c
Author: Kriskras99 <[email protected]>
AuthorDate: Fri Jul 17 08:34:03 2026 +0200
fix: Group `github/codeql-action/*` updates (#592)
---
.github/dependabot.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 99a25dd..912551c 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -35,3 +35,7 @@ updates:
prefix: "chore(ci): "
cooldown:
default-days: 7
+ groups:
+ github-codeql:
+ patterns:
+ - "github/codeql-action/*"