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

docs: pinDigests works with GitHub Actions #18578

Merged
merged 3 commits into from
Oct 29, 2022

Conversation

oliviertassinari
Copy link
Contributor

@oliviertassinari oliviertassinari commented Oct 26, 2022

I'm a bit confused about what to use, it seems that there are 3 options for this:

  1. A config wide option, as done in viceice-tests/gh-action-digests@fed43c2
  2. A specific package rule for GitHub action as done in
    pinGitHubActionDigests: {
    description: 'Pin `github-action` digests.',
    packageRules: [
    {
    matchDepTypes: ['action'],
    pinDigests: true,
    },
    ],
    },
  3. An extend rule as documented in https://docs.renovatebot.com/modules/manager/github-actions/

Changes

Keep the docs up to date.

Context

mui/material-ui#34855

I'm a bit confused about what to you, it seems that there are 3 options for this:

1. A config wide option, as done in viceice-tests/gh-action-digests@fed43c2
2. A specific package rule for GitHub action as done in https://github.com/renovatebot/renovate/blob/7adab3cc45a98d4f9470ac23bc07e376ea083368/lib/config/presets/internal/helpers.ts#L22-L30
3. An extend rule as documented in https://docs.renovatebot.com/modules/manager/github-actions/
@CLAassistant
Copy link

CLAassistant commented Oct 26, 2022

CLA assistant check
All committers have signed the CLA.

@viceice viceice changed the title pinDigests works with GitHub Actions too docs: pinDigests works with GitHub Actions Oct 26, 2022
@rarkins rarkins enabled auto-merge (squash) October 26, 2022 13:45
@rarkins rarkins merged commit ed7576f into renovatebot:main Oct 29, 2022
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 34.9.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@oliviertassinari oliviertassinari deleted the patch-1 branch October 29, 2022 17:42
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants