Skip to content

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 <[email protected]>
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 <[email protected]>
@kennethye1 kennethye1 merged commit aabaab1 into golang:master Dec 13, 2023
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