1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-06 10:50:58 +01:00
esphome/.github/dependabot.yml

26 lines
660 B
YAML
Raw Normal View History

2022-09-06 04:48:01 +01:00
---
2020-07-15 11:58:15 +01:00
version: 2
updates:
2022-09-06 04:48:01 +01:00
- package-ecosystem: pip
2020-07-15 11:58:15 +01:00
directory: "/"
schedule:
2022-09-06 04:48:01 +01:00
interval: daily
2020-07-24 09:41:06 +01:00
ignore:
2020-07-24 09:13:08 +01:00
# Hypotehsis is only used for testing and is updated quite often
2020-07-24 09:41:06 +01:00
- dependency-name: hypothesis
2022-09-06 04:48:01 +01: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