Configure Dependabot for GitHub Actions updates#109
Open
sd416 wants to merge 3 commits intodifferent-ai:devfrom
Open
Configure Dependabot for GitHub Actions updates#109sd416 wants to merge 3 commits intodifferent-ai:devfrom
sd416 wants to merge 3 commits intodifferent-ai:devfrom
Conversation
Add GitHub Actions to Dependabot configuration for weekly updates.
Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) Updates `tauri-apps/tauri-action` from 0.5.17 to 0.6.1 - [Release notes](https://github.com/tauri-apps/tauri-action/releases) - [Changelog](https://github.com/tauri-apps/tauri-action/blob/v0.6.1/CHANGELOG.md) - [Commits](tauri-apps/tauri-action@v0.5.17...v0.6.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: tauri-apps/tauri-action dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
…d7f5987b chore(deps): bump the actions group with 3 updates
Member
|
Automated review (bot): looked through the workflow diffs. One concern: Suggestion:
If you want, I can quickly sanity-check available tags and propose safe pins. |
Author
|
@benjaminshafii Checkout and setup node both have released v6 https://github.com/actions/setup-node/releases/tag/v6.2.0 |
Member
|
Automated message: Dependabot config looks fine and actions v6 tags exist. This PR is currently CONFLICTING with Also confirm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add GitHub Actions to Dependabot configuration for weekly updates.