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

chore: add dependabot config #24

Merged
merged 1 commit into from
Jun 11, 2024
Merged

chore: add dependabot config #24

merged 1 commit into from
Jun 11, 2024

Conversation

jmeridth
Copy link
Contributor

@jmeridth jmeridth commented Jun 8, 2024

  • add dependabot config
    • group dependency updates when minor/patch to reduce PRs
    • keep major dependency updates separate for visibility and testing
  • change workflow actions to SHAs instead of tags to secure supply chain
    • tags are mutable and malicious code could be injected, SHAs are immutable
    • format workflows
    • used frizbee locally to do this
      • frizbee ghactions -d .github/workflows

- [x] add dependabot config
  - group dependency updates when minor/patch to reduce PRs
  - keep major dependency updates separate for visibility and testing
- [x] change workflow actions to SHAs instead of tags to secure supply chain
  - tags are mutable and malicious code could be injected, SHAs are immutable

Signed-off-by: jmeridth <[email protected]>
@jmeridth jmeridth self-assigned this Jun 8, 2024
@jmeridth jmeridth requested a review from rmosolgo June 8, 2024 04:30
@rmosolgo
Copy link
Collaborator

Thanks for these improvements!

@rmosolgo rmosolgo merged commit 72b416b into master Jun 11, 2024
164 checks passed
@jmeridth jmeridth deleted the jm_dependabot_and_gha branch June 11, 2024 13:53
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.

2 participants