esphome/.github/dependabot.yml

15 lines
353 B
YAML
Raw Normal View History

2020-07-15 12:58:15 +02:00
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
2020-07-24 10:41:06 +02:00
ignore:
2020-07-24 10:13:08 +02:00
# Hypotehsis is only used for testing and is updated quite often
2020-07-24 10:41:06 +02:00
- dependency-name: hypothesis
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10