Skip to content

Commit

Permalink
Replace (broken) action-updater workflow with Dependabot (#267)
Browse files Browse the repository at this point in the history
In hazelcast/hz-docs#1024 an action was added to
check GitHub Actions dependencies for updated versions, and raise PRs to
fix if identified.

This action [has been
failing](https://github.com/hazelcast/hz-docs/actions/workflows/action-updater.yml)
for 6 months due to a token issue.

[Based on the PRs it _previously_
created](hazelcast/hz-docs#1024), it's looks to
have used a former users' token which has since lost permissions.

Although [`github-actions-version-updater`] offers some additional
functionality over Dependabot (e.g. updating via SHA), for _our_
configuration this isn't required. As such we can use Dependabot instead
and require no such token configuration.
  • Loading branch information
JackPGreen authored Nov 25, 2024
1 parent cd8ac66 commit 3030916
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 28 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
28 changes: 0 additions & 28 deletions .github/workflows/action-updater.yml

This file was deleted.

0 comments on commit 3030916

Please sign in to comment.