https://github.com/mburumaxwell/paklo
Dependency update and security automation for Azure DevOps repositories
https://github.com/mburumaxwell/paklo
azure-devops dependabot dependencies devops
Last synced: 2 months ago
JSON representation
Dependency update and security automation for Azure DevOps repositories
- Host: GitHub
- URL: https://github.com/mburumaxwell/paklo
- Owner: mburumaxwell
- License: agpl-3.0
- Created: 2020-12-03T08:39:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-03-30T03:21:06.000Z (3 months ago)
- Last Synced: 2026-04-03T01:13:59.536Z (3 months ago)
- Topics: azure-devops, dependabot, dependencies, devops
- Language: TypeScript
- Homepage: https://paklo.app
- Size: 13.5 MB
- Stars: 238
- Watchers: 4
- Forks: 71
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.MD
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Paklo
Automated dependency updates for Azure DevOps repositories using [Dependabot](https://dependabot.com).
## Options
- **[Hosted Service](https://www.paklo.app)** - Managed service (Paklo)
- **[Azure DevOps Extension](https://marketplace.visualstudio.com/items?itemName=tingle-software.dependabot)** - Run in Azure Pipelines
- **[CLI Tool](./packages/cli/)** - Run locally or in any CI/CD environment
## Quick Start
Install the [extension](https://marketplace.visualstudio.com/items?itemName=tingle-software.dependabot) or [CLI](./packages/cli/), then create `.github/dependabot.yml`:
```yaml
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
```
## Documentation
**📚 [www.paklo.app/docs](https://www.paklo.app/docs)**
## Contributing
See [CONTRIBUTING.MD](./CONTRIBUTING.MD)
## License
[MIT License](LICENSE)