Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependabot to monitor GHA #1567

Merged
merged 2 commits into from Nov 24, 2023

Conversation

pnacht
Copy link
Contributor

@pnacht pnacht commented Nov 24, 2023

Fixes #1566.

This PR adds Dependabot to monitor JNA's GitHub Actions. It also bumps actions/checkout@v3 to v4, the sort of thing Dependabot would otherwise do itself (see the PR on my fork).

Dependabot is configured to use grouped updates. So if more than one Action releases a new version, you'll only receive a single PR updating all Actions instead of one PR per Action. This admittedly isn't too likely to happen currently, seeing as the project only uses two Actions, but can prove far more useful should the project add more workflows with more Actions in the future.

Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
Copy link
Contributor

@dbwiddis dbwiddis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No objection here, although personally I prefer Mend Renovate.

@pnacht
Copy link
Contributor Author

pnacht commented Nov 24, 2023

Ah yeah, Renovate works just as well! I just can't set it up, has to be a maintainer. But if you'd rather use that, feel free!

@dbwiddis dbwiddis merged commit 3656295 into java-native-access:master Nov 24, 2023
8 checks passed
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.

Add dependabot to keep GitHub Actions updated
2 participants