esphome/.github/dependabot.yml

26 lines
660 B
YAML
Raw Permalink Normal View History

2022-09-06 05:48:01 +02:00
---
2020-07-15 12:58:15 +02:00
version: 2
updates:
2022-09-06 05:48:01 +02:00
- package-ecosystem: pip
2020-07-15 12:58:15 +02:00
directory: "/"
schedule:
2022-09-06 05:48:01 +02:00
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
2022-09-06 05:48:01 +02:00
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/.github/actions/build-image"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/.github/actions/restore-python"
schedule:
interval: daily
open-pull-requests-limit: 10