Automated dependency updates for Azure DevOps repositories using Dependabot.
- Hosted Service - Managed service (Paklo)
- Azure DevOps Extension - Run in Azure Pipelines
- CLI Tool - Run locally or in any CI/CD environment
Install the extension or CLI, then create .github/dependabot.yml:
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"See CONTRIBUTING.MD