Skip to content

Commit

Permalink
Dependabot updates github actions (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
bratanon authored Jun 16, 2024
1 parent b8a53d8 commit b45b520
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ updates:
update-types:
- 'version-update:semver-major'
- 'version-update:semver-minor'

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "bratanon"
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-approve-and-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# will not occur.
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v1
uses: dependabot/fetch-metadata@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve a PR
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Dependabot uses node version from `.nvmrc`.
- Dependabot updates GitHub actions.

### Fixed
- RSSI sensors `device_class` should be `signal_strength`.
Expand Down

0 comments on commit b45b520

Please sign in to comment.