# Dependency Configuration

## Overview

### Autofix

Enable automated upgrade pull requests for dependencies:

```yaml
dependencies:
  auto_fix:
    enabled: true
    max_pull_requests_open: 2
    max_pull_request_creation_rate:
      count: 2
      days: 7
```

### Ignore Findings

Suppress known advisories or defer remediation with context:

```yaml
dependencies:
  ignore:
    - cve: CVE-2024-9999
      reason: Library only used in test harnesses
    - cve: CVE-2024-1111
      reason: Exploit blocked by upstream WAF; tracking for long-term update
      expiry: "2025-03-31T00:00:00Z"
      repositories:
        - payments-service
        - api-gateway
```

Use campaigns to track deferred work and prevent forgotten exceptions.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nullify.ai/configuration/configuration-dependencies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
