This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git
The following commit(s) were added to refs/heads/develop by this push:
new 6b96066 chore: Replicated the notification settings of the main
project.
6b96066 is described below
commit 6b96066acd5b076897df0bb82d8e9b7e53391003
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Sep 4 16:54:26 2025 +0200
chore: Replicated the notification settings of the main project.
---
.asf.yaml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 0f70c22..35b83cc 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,6 +21,9 @@ github:
description: Apache plc4x Build Tools
homepage: https://plc4x.apache.org/
+ dependabot_alerts: true
+ dependabot_updates: false
+
labels:
- java
@@ -37,5 +40,7 @@ github:
notifications:
commits: [email protected]
issues: [email protected]
- pullrequests_status: [email protected]
- pullrequests_comment: [email protected]
+ discussions: [email protected]
+ pullrequests_status: [email protected]
+ pullrequests_comment: [email protected]
+ pullrequests_bot_dependabot: [email protected]