Skip to content

chore: add dependabot - #7

Merged
michaeln31 merged 1 commit into
developfrom
chore/add-dependabot
Jul 6, 2026
Merged

chore: add dependabot#7
michaeln31 merged 1 commit into
developfrom
chore/add-dependabot

Conversation

@michaeln31

Copy link
Copy Markdown
Owner

What

Adds .github/dependabot.yml (roadmap item F7).

Two update ecosystems, both targeting the develop trunk on a weekly schedule:

  • github-actions (dir /) — keeps the SHA-pinned actions in .github/workflows/ci.yml (landed in F6) current. Uses commit-message.prefix: "ci" so PR titles stay Conventional-Commit-compatible with the release-please semantic-title flow, and groups all action updates into a single PR (patterns: ["*"]) to reduce noise.
  • pip (dir /) — covers requirements.txt and requirements-dev.txt at repo root. Uses commit-message.prefix: "chore" with include: "scope"; left ungrouped (default).

Scope

Adds exactly one new file: .github/dependabot.yml. No workflows, requirements, or source touched.

Notes

hassfest/HACS do not validate dependabot.yml; the file is valid YAML (2-space indent, correct schema keys).

Add Dependabot config for github-actions and pip ecosystems, both
targeting develop with weekly schedules.
@michaeln31
michaeln31 merged commit 24ea104 into develop Jul 6, 2026
6 of 7 checks passed
@michaeln31
michaeln31 deleted the chore/add-dependabot branch July 6, 2026 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant