block-sdk/.github/dependabot.yml
Aleksandr Bezobchuk 0d475f632d
CI Setup (#19)
2023-03-14 10:23:27 -04:00

18 lines
421 B
YAML

# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
labels:
- "A:automerge"
- dependencies