Skip to content

Commit 9206d58

Browse files
authored
Merge pull request #28 from hostcc/feat/dependabot
feat(dependabot): Add Dependabot configuration
2 parents 86b041e + 5b5d878 commit 9206d58

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: "pip"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
allow:
9+
- dependency-name: "esphome"
10+
commit-message:
11+
prefix: "deps"
12+
include: "scope"
13+
labels:
14+
- "dependencies"
15+
- "automated"
16+
open-pull-requests-limit: 5

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[project]
2+
# ESPHome doesn't allow Python 3.14, which Dependabot attempts to use - constrain
3+
# the Python version correspondingly.
4+
requires-python = ">=3.11.0,<3.14"

0 commit comments

Comments
 (0)