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

Commits on Dec 12, 2023

  1. feat: hash-pin sensitive workflows

    Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>
    diogoteles08 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    63b1ca0 View commit details
    Browse the repository at this point in the history
  2. feat: configure dependabot to run over github actions

    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>
    diogoteles08 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    1fde2f1 View commit details
    Browse the repository at this point in the history