diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 771edc5..f5a0313 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" diff --git a/.github/workflows/dependabot-approve-and-auto-merge.yml b/.github/workflows/dependabot-approve-and-auto-merge.yml index 1dec4c9..93128b1 100644 --- a/.github/workflows/dependabot-approve-and-auto-merge.yml +++ b/.github/workflows/dependabot-approve-and-auto-merge.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e80502..06d8137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`.