mirror of
https://github.com/karancode/yamllint-github-action.git
synced 2024-08-16 10:19:48 +02:00
8aaa73d411
* Linting ourselves in yamllint * Add to GitHub Actions workflows Linting ourselves with yamllint
10 lines
211 B
YAML
10 lines
211 B
YAML
---
|
|
version: 1
|
|
update_configs:
|
|
- package_manager: "docker"
|
|
directory: "/"
|
|
update_schedule: "weekly"
|
|
automerged_updates:
|
|
- match:
|
|
dependency_type: "all"
|
|
update_type: "all"
|