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

16 lines
351 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