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

Use dependabot to periodically check for updated actions. #489

Merged
merged 1 commit into from
May 20, 2024

Conversation

mmuetzel
Copy link
Contributor

This is essentially the exact file that GitHub proposes here:
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot#example-dependabotyml-file-for-github-actions

Adding this file to the repository would simplify the update process of actions used in the CI.

You might need to additionally enable dependabot for this repository to actually make this work. You should be able to find that setting on the "Insights" tab in the "Dependency graph" section.

If it works, the bot will automatically create PRs for CI actions that are out of date. You can still decide to not merge those PRs. So everything will still be in your hands.

Potential caveat: This file might need to exist on the default branch of this repository (i.e., main) to actually have an effect.

Signed-off-by: Markus Mützel <markus.muetzel@gmx.de>
@mmuetzel mmuetzel changed the base branch from develop to main May 17, 2024 14:53
@mmuetzel mmuetzel changed the base branch from main to develop May 17, 2024 14:53
@balos1 balos1 merged commit d6f5352 into LLNL:develop May 20, 2024
18 checks passed
@balos1 balos1 added this to the SUNDIALS Next milestone May 20, 2024
@balos1 balos1 added the ci label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants