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

Keep GitHub Actions up to date with GitHub's Dependabot #484

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Sep 30, 2024

@AWhetter
Copy link
Collaborator

I've always been put off from using this because of how noisy it is. Can we reduce the amount of pull requests that it creates? Maybe by using the groups option?
Also please could we use a monthly update interval.

@cclauss
Copy link
Contributor Author

cclauss commented Oct 26, 2024

The Groups option is already enabled in this PR, meaning that only one Dependabot PR can be open at a time—not chatty.

Dependabot would only be noisy if numerous GitHub Actions dependencies were pinned to minor or micro versions.

The current GitHub Actions dependencies are:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/upload-artifact@v4
- uses: actions/download-artifact@v4
- uses: pypa/gh-action-pypi-publish@release/v1
- uses: sigstore/gh-action-sigstore-python@v3.0.0

sigstore/gh-action-sigstore-python is the only dependency pinned to a micro version. The other most chatty would be setup-python which would have only been in four Dependabot PRs since GitHub Actions began.

@AWhetter AWhetter merged commit b2ff263 into readthedocs:main Nov 25, 2024
18 checks passed
@cclauss cclauss deleted the patch-1 branch November 25, 2024 05:31
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