Paklo Docs

Introduction

Getting StartedHosted ServiceConfiguration

Extensions

Azure DevOps ExtensionCLI

General

Private Registries and FeedsSecurity Advisories and VulnerabilitiesExperimentsLimitations and Unsupported Features

Advanced

Custom CA CertificatesTroubleshootingContributing
Paklo Docs

Limitations and Unsupported Features

Known limitations and unsupported configuration options for Dependabot on Azure DevOps.

While Paklo aims to support all official Dependabot configuration options, there are some limitations specific to Azure DevOps and the different deployment methods.

Feature Parity Status

FeatureExtension (v2)HostedCLI
Basic updates✅✅✅
Security-only updates✅✅✅
Private registries✅✅✅
Custom CA certificates✅❌✅
Experiments✅⚠️ Partial✅
Groups✅✅✅
Assignees✅✅✅
Labels✅✅✅
Milestones✅✅✅
Custom commit messages✅✅✅
Ignore rules✅✅✅
Allow rules✅✅✅
Target branch✅✅✅
Rebase strategy✅✅✅
Vendor (Go)✅✅✅
Version strategy✅✅✅

Legend:

  • ✅ Fully supported
  • ⚠️ Partially supported or with limitations
  • ❌ Not supported

Reporting Issues

If you encounter limitations not documented here:

  1. Check if it's a known issue in GitHub Issues
  2. Search Discussions for workarounds
  3. Create a new issue with:
    • Your deployment method (extension, hosted, or CLI)
    • The feature or configuration that doesn't work
    • Your dependabot.yml configuration (sanitized)
    • Any error messages or logs

How is this guide?

Last updated on

Experiments

Enable and configure Dependabot experiments to access preview features and customize update behavior.

Custom CA Certificates

Configure custom SSL/TLS certificates for accessing private registries with self-signed certificates or internal certificate authorities.

On this page

Feature Parity Status
Reporting Issues