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

Feature: Hash-pin sensitive workflow dependencies and enable dependabot for them #332

Merged
merged 2 commits into from Dec 13, 2023

Conversation

diogoteles08
Copy link
Contributor

@diogoteles08 diogoteles08 commented Dec 12, 2023

Closes #331

Implemented as described on the issue, but also specified dependabot configuration for GO modules.
The suggested configuration is set up to:

  • Update github actions together in a single monthly PR
  • Version updates for GO modules from "/go.mod" will be sent together in a weekly PR.
  • Version updates for GO modules from "/v2/go.mod" will be sent separately from the
    ones in "/go.mod", but will also be sent together in a weekly PR.

Let me know if you'd rather have a different setting.

Cheers,

Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>
This also is specifying how dependabot will work on updates for go
modules.

The config is set up to:
- Update github actions together in a single monthly PR
- Version updates for GO modules from "/go.mod" will be sent together in a weekly PR.
- Version updates for GO modules from "/v2/go.mod" will be sent separately from the
ones in "/go.mod", but will also be sent together in a weekly PR.

Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>
@kennethye1 kennethye1 merged commit aabaab1 into golang:master Dec 13, 2023
17 of 21 checks passed
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.

Feature: Hash-pin sensitive workflow dependencies and enable dependabot for them
2 participants