[UIMA-6438] Add asf.yaml files to UIMA repos

- Update ASF config file
- Add status checks
diff --git a/.asf.yaml b/.asf.yaml
index 7b182c0..d232404 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,40 +1,53 @@
-#   Licensed to the Apache Software Foundation (ASF) under one
-#   or more contributor license agreements.  See the NOTICE file
-#   distributed with this work for additional information
-#   regarding copyright ownership.  The ASF licenses this file
-#   to you under the Apache License, Version 2.0 (the
-#   "License"); you may not use this file except in compliance
-#   with the License.  You may obtain a copy of the License at
 #
-#    http://www.apache.org/licenses/LICENSE-2.0
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
 #
-#   Unless required by applicable law or agreed to in writing,
-#   software distributed under the License is distributed on an
-#   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#   KIND, either express or implied.  See the License for the
-#   specific language governing permissions and limitations
-#   under the License.
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
 github:
   description: "Apache UIMA Parent POM"
-  homepage: https://uima.apache.org
-notifications:
+  homepage: https://uima.apache.org/
+  dependabot_alerts:  true
+  dependabot_updates: false
+  notifications:
     commits:      commits@uima.apache.org
     issues:       dev@uima.apache.org
     pullrequests: dev@uima.apache.org
+    jobs:         dev@uima.apache.org
     jira_options: link label
-github:
+  labels:
+  - apache
+  - uima
+  - text-analysis
   features:
-    # Enable wiki for documentation
     wiki: false
-    # Enable issue management
     issues: false
-    # Enable projects for project management boards
     projects: false
   enabled_merge_buttons:
-    # enable squash button:
     squash:  true
-    # enable merge button:
     merge:   true
-    # disable rebase button:
     rebase:  false
+  del_branch_on_merge: true
+  protected_branches:
+    main:
+     required_status_checks:
+        strict: true
+        contexts:
+          - continuous-integration/jenkins/pr-merge
+    main-v2:
+     required_status_checks:
+        strict: true
+        contexts:
+          - continuous-integration/jenkins/pr-merge
     
\ No newline at end of file