Paklo
Dependency update and security automation for Azure DevOps repositories
Install / Use
/learn @mburumaxwell/PakloREADME
Paklo
Automated dependency updates for Azure DevOps repositories using Dependabot.
Options
- Hosted Service - Managed service (Paklo)
- Azure DevOps Extension - Run in Azure Pipelines
- CLI Tool - Run locally or in any CI/CD environment
Quick Start
Install the extension or CLI, then create .github/dependabot.yml:
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
Documentation
Contributing
See CONTRIBUTING.MD
