Skip to content

Commit 3e30550

Browse files
committed
update dependabot not to monitor mkdocs-material and pytablewriter
1 parent 2a96ae7 commit 3e30550

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/dependabot.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ updates:
1212
interval: "weekly"
1313
ignore:
1414
# Dependabot should not update Home Assistant as that should match the homeassistant key in hacs.json
15-
- dependency-name: "homeassistant"
15+
- dependency-name: "homeassistant"
16+
- dependency-name: "mkdocs-material"
17+
- dependency-name: "pytablewriter"

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Changelog = "https://github.com/andrew-codechimp/HA-Battery-Notes/releases"
2727

2828
[dependency-groups]
2929
dev = [
30-
"colorlog>=6.10.1",
31-
"mkdocs-material>=9.6.22",
30+
"colorlog",
31+
"mkdocs-material",
3232
"pytablewriter==0.61.0",
33-
"ruff>=0.14.2",
33+
"ruff",
3434
]
3535

3636
[tool.ruff]

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)