We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86b041e + 5b5d878 commit 9206d58Copy full SHA for 9206d58
.github/dependabot.yml
@@ -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
@@ -0,0 +1,4 @@
+[project]
+# ESPHome doesn't allow Python 3.14, which Dependabot attempts to use - constrain
+# the Python version correspondingly.
+requires-python = ">=3.11.0,<3.14"
0 commit comments