Skip to content

chore: enable Dependabot weekly GitHub Actions bumps#4262

Merged
Wauplin merged 1 commit into
mainfrom
chore/add-dependabot-github-actions
May 26, 2026
Merged

chore: enable Dependabot weekly GitHub Actions bumps#4262
Wauplin merged 1 commit into
mainfrom
chore/add-dependabot-github-actions

Conversation

@hf-dependantbot-rollout

@hf-dependantbot-rollout hf-dependantbot-rollout Bot commented May 26, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds .github/dependabot.yml so this repo's pinned GitHub Action SHAs
get bumped automatically once a week.

All action updates are grouped into one weekly PR (not one PR per
action) to keep the noise down, and Dependabot waits 7 days after a
release before opening the bump
(cooldown). The 7-day cooldown is
aligned with the org's pinact min_age: 7 policy — so by the time
the Dependabot PR lands, the SHA is already old enough for the security
gate to accept it. The bot opens the PR; the org-wide security gate
(pinact + denylist + deny-packages + osv-scan) runs on it; a human
merges.

Why

GitHub Action SHAs that were safe when pinned can drift out of date —
missing security patches, bug fixes, or new features. Dependabot keeps
them current. Combined with the org-wide validation workflow (which
blocks compromised SHAs from landing), the bumps are safe by
construction.

Closes huggingface/tracking-issues#524


Note

Low Risk
Only adds Dependabot metadata; no runtime, auth, or application code changes.

Overview
Introduces Dependabot for the repo via a new .github/dependabot.yml, so pinned GitHub Action SHAs in workflows can be refreshed on a weekly cadence instead of staying manual.

Updates are batched into one grouped PR (patterns: ["*"]) rather than one PR per action, and a 7-day cooldown after a release before Dependabot opens a bump—intended to line up with org pinact min_age: 7 so proposed SHAs are more likely to pass the existing security gate when the PR is opened.

Reviewed by Cursor Bugbot for commit c30c3d4. Bugbot is set up for automated code reviews on this repo. Configure here.

@bot-ci-comment

Copy link
Copy Markdown

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@Wauplin

Wauplin commented May 26, 2026

Copy link
Copy Markdown
Collaborator

Thanks Infra team 🤗 Merging this one @paulinebm

@Wauplin Wauplin merged commit dd3255b into main May 26, 2026
22 of 23 checks passed
@Wauplin Wauplin deleted the chore/add-dependabot-github-actions branch May 26, 2026 12:58
@huggingface-hub-bot

Copy link
Copy Markdown
Contributor

This PR has been shipped as part of the v1.17.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant