Skip to content

Automated Dependency Updates for Apache Ant

Categories: java

Renovate supports updating Apache Ant dependencies.

File Matching

By default, Renovate will check any files matching the following regular expression: **/build.xml.

For details on how to extend a manager's managerFilePatterns value, please follow this link.

Supported datasources

This manager supports extracting the following datasources: maven.

Dependency types

This manager has no documented depType values.

Default config

{
  "managerFilePatterns": [
    "**/build.xml"
  ]
}

Additional Information

Extracts Apache Ant dependencies from build.xml files that use the maven-resolver-ant-tasks library. Dependencies are looked up using the Maven datasource.