This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 3_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 7e2869a4d32f450f006a71b9c50e48f3536807c4 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Tue Mar 18 08:43:11 2025 +0100 Attempting to fix .asf.yaml --- .asf.yaml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 3b0662d64b..632495fb37 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -22,17 +22,18 @@ github: - request-routing - service-mesh - microservices + dependabot_alerts: false + dependabot_updates: true enabled_merge_buttons: - # enable squash button: - squash: true - # enable merge button: - merge: false - # disable rebase button: - rebase: true + squash: true + squash_commit_message: PR_TITLE + merge: false + rebase: true - notifications: - commits: [email protected] - issues: [email protected] - pullrequests_status: [email protected] - pullrequests_comment: [email protected] - jira_options: link label worklog +notifications: + commits: [email protected] + issues: [email protected] + pullrequests_status: [email protected] + pullrequests_comment: [email protected] + pullrequests_bot_dependabot: [email protected] + jira_options: link label worklog
