chore(deps): excludes org.apache.tomcat:tomcat-api for Struts 6.x (#1548)

* chore(deps): excludes org.apache.tomcat:tomcat-api for Struts 6.x

* chore(conf): Enables auto-merge of PRs
This commit is contained in:
Lukasz Lenart
2026-01-26 11:32:21 +01:00
committed by GitHub
parent 05003d237a
commit f49349d7d0
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -33,6 +33,11 @@ github:
# it does not work because our github teams are private/secret, see INFRA-25666
require_code_owner_reviews: false
required_approving_review_count: 0
pull_requests:
# allow auto-merge
allow_auto_merge: true
# auto-delete head branches after being merged
del_branch_on_merge: true
autolink_jira:
- WW
dependabot_alerts: true
+1
View File
@@ -32,3 +32,4 @@ updates:
- dependency-name: "org.springframework:spring-core"
- dependency-name: "org.apache.struts:struts-annotations"
- dependency-name: "org.apache.juneau:juneau-marshall"
- dependency-name: "org.apache.tomcat:tomcat-api"