platform/.github/dependabot.yml
Andrey Sobolev 9826fb38fc
Add depend a bot (#1326)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-04-09 01:06:02 +07:00

23 lines
454 B
YAML

# Basic set up for three package managers
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for Docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"