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

Create dependabot.yml #57

Merged
merged 1 commit into from
Feb 8, 2022
Merged

Create dependabot.yml #57

merged 1 commit into from
Feb 8, 2022

Conversation

jauderho
Copy link
Contributor

@jauderho jauderho commented Feb 7, 2022

Summary

Enable Dependabot

Ticket Link

Fixes

This adds .github/dependabot.yml and enables Dependabot monitoring of GitHub Actions versions. Dependabot will create new PRs as necessary.

Release Note


Signed-off-by: Jauder Ho jauderho@users.noreply.github.com

Enable Dependabot

Signed-off-by: Jauder Ho <jauderho@users.noreply.github.com>
Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

thanks!

@cpanato cpanato merged commit e0b52f3 into sigstore:main Feb 8, 2022
@jauderho jauderho deleted the patch-3 branch February 8, 2022 08:49
@bobcallaway
Copy link
Member

FYI this merge broke the action from running:

https://github.com/sigstore/cosign-installer/actions/runs/1811197864

Invalid workflow file: .github/workflows/test-action.yml#L263
You have an error in your yaml syntax on line 263

@jauderho
Copy link
Contributor Author

jauderho commented Feb 19, 2022

@bobcallaway

Looks like I incorrectly created .github/workflows/dependabot.yml initially when it was supposed to be .github/dependabot.yml. That got fixed but there was a separate indent issue which it looks like you have fixed.

This particular PR did not touch .github/workflows/test-action.yml though.

I think fbb87b5 broke .github/workflows/test-action.yml but it is odd since it's the first time I have seen an issue from using https://app.stepsecurity.io/ to convert workflows to use commit hashes.

Thanks for fixing it and I'll make sure to verify any indent issues going forward.

@jauderho jauderho restored the patch-3 branch February 19, 2022 06:08
@jauderho jauderho deleted the patch-3 branch February 19, 2022 06:22
@bobcallaway
Copy link
Member

@bobcallaway

Looks like I incorrectly created .github/workflows/dependabot.yml initially when it was supposed to be .github/dependabot.yml. That got fixed but there was a separate indent issue which it looks like you have fixed.

This particular PR did not touch .github/workflows/test-action.yml though.

I think fbb87b5 broke .github/workflows/test-action.yml but it is odd since it's the first time I have seen an issue from using https://app.stepsecurity.io/ to convert workflows to use commit hashes.

Thanks for fixing it and I'll make sure to verify any indent issues going forward.

no problem, thanks for checking into it :)

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.

None yet

3 participants