root icon indicating copy to clipboard operation
root copied to clipboard

[ci-config] Add dependabot to update GitHub Actions

Open lobis opened this issue 1 year ago • 2 comments

This Pull request:

Changes or fixes:

Add dependabot.yml file which will configure the dependabot to periodically create PRs whenever GitHub actions can be updated.

Currently configured to submit the PR weekly with a maximum of 5 concurrent open PRs.

GitHub actions cannot (or should not) be configured to run on the latest version, you can only specify which major version to run. Many times whenever there is a new version released it never gets updated on the developer's end. This PR fixes this with the added benefit of a dedicated PR for each action which should test if there are any breaking changes. The PR also contains a link to the action changelog.

lobis avatar Feb 13 '24 14:02 lobis

Can one of the admins verify this patch?

phsft-bot avatar Feb 13 '24 14:02 phsft-bot

Test Results

    10 files      10 suites   2d 2h 42m 7s :stopwatch:  2 538 tests  2 535 :white_check_mark: 0 :zzz:  3 :x: 23 919 runs  23 902 :white_check_mark: 0 :zzz: 17 :x:

For more details on these failures, see this check.

Results for commit 5461bdcd.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Feb 16 '24 12:02 github-actions[bot]