Standardize .asf.yaml notifications
diff --git a/.asf.yaml b/.asf.yaml
index 9f7f6bf..1c110d5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,7 +17,13 @@
 # under the License.
 #
 
-# https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
+# https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
+
+notifications:
+  commits:      commits@accumulo.apache.org
+  issues:       notifications@accumulo.apache.org
+  pullrequests: notifications@accumulo.apache.org
+  jira_options: worklog
 
 github:
   description: "Apache Accumulo Access Control Library"
@@ -30,6 +36,8 @@
     wiki: false
     issues: true
     projects: true
+  dependabot_alerts:  true
+  dependabot_updates: false
 
   rulesets:
     - name: "Default Branch Protection"
@@ -44,7 +52,3 @@
         - root
       restrict_deletion: true
       restrict_force_push: true
-notifications:
-  commits: commits@accumulo.apache.org
-  issues: notifications@accumulo.apache.org
-  pullrequests: notifications@accumulo.apache.org