unsloth/.github
Daniel Han a6462876de
dependabot: group security updates and cover /studio/frontend npm advisories (#5372)
Every groups entry has an implicit applies-to: version-updates, which
means security advisories bypass the group config and open one PR per
affected package. The 11-PR backlog this week was driven by exactly
this: four /studio/src-tauri cargo advisories (rustls-webpki, tauri,
rand, openssl) opened individually instead of joining the cargo-tauri
group PR, and one /studio/frontend npm group PR (hono + ip-address)
opened outside the bun config because GitHub fires npm-package
advisories under the npm_and_yarn ecosystem regardless of which
package manager actually owns the lockfile.

Two changes:

1. Sibling groups with applies-to: security-updates for each existing
   ecosystem (actions, bun, npm-oxc-validator, python, cargo-tauri).
   Same patterns: ["*"] coverage, so security advisories batch into a
   single PR per ecosystem per week alongside the version-update
   group.

2. New npm entry pointed at /studio/frontend with
   open-pull-requests-limit: 0 (suppress version-update PRs; bun
   handles those) but with a security-updates group so future
   hono-style advisories land in one batched PR instead of one PR
   per package.

Doesn't retroactively regroup PRs already open; the existing 11 are
unaffected and merge as-is.
2026-05-11 05:43:09 -07:00
..
ISSUE_TEMPLATE Update issue template 2026-03-23 10:10:15 +05:30
workflows studio: authenticate HF downloads across Studio CI workflows (#5370) 2026-05-11 05:42:45 -07:00
CODEOWNERS Update CODEOWNERS 2026-03-13 13:38:19 -07:00
dependabot.yml dependabot: group security updates and cover /studio/frontend npm advisories (#5372) 2026-05-11 05:43:09 -07:00
FUNDING.yml Update FUNDING.yml (#3792) 2025-12-28 19:57:43 -08:00