An open API service indexing awesome lists of open source software.

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

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)