Skip to content

chore(ci): SHA-pin third-party actions, add uv Dependabot coverage - #13

Merged
jfrench9 merged 1 commit into
mainfrom
chore/ci-dependency-posture
Sep 1, 2026
Merged

jfrench9 merged 1 commit into
mainfrom
chore/ci-dependency-posture

Conversation

@jfrench9

@jfrench9 jfrench9 commented Sep 1, 2026

Copy link
Copy Markdown
Member

This repo had no Dependabot coverage for its own dependenciesdependabot.yml declared only the github-actions ecosystem, so nothing was ever proposed for pyproject.toml or uv.lock.

As a reference implementation customers read and copy, its config is worth keeping exemplary rather than minimal — the posture here propagates outward the same way the integration template's does.

Changes

Dependabot gains the uv ecosystem. uv.lock is committed, so Dependabot will maintain the lock as well as pyproject.toml.

Two third-party actions pinned by commit SHA. GitHub-owned actions stay on tags per the frontend apps' convention.

astral-sh/setup-uv pinned where it already sat, v9.0.0, with majors now ignored. Deliberately not downgraded to the backend's v8.3.2 — that would be churn with a real behavior change (v9 flipped prune-cache to false) and no security gain. What the fleet shares is the rule, not the version number.

Note this repo and robosystems-integration-template now sit on different setup-uv majors (v9.0.0 vs v8.3.2). That's pre-existing and both are pinned and held; worth aligning if you'd rather the two customer-facing repos read identically, but it isn't a correctness issue.

Verification

All workflow YAML parses; the dependabot.yml schema is validated by GitHub's own check on this PR. No Python source touched.

…ndabot coverage

This repo had no Dependabot coverage for the packages it actually depends on
— dependabot.yml declared only the github-actions ecosystem, so nothing was
ever proposed for pyproject.toml or uv.lock.

As a reference implementation that customers read and copy, its config is
worth keeping exemplary rather than minimal — the posture here propagates
outward the same way the integration template's does.

Adds the uv ecosystem (uv.lock is committed, so Dependabot maintains the lock
as well as pyproject.toml) and pins the two third-party actions by commit SHA.
GitHub-owned actions stay on tags per the frontend apps' convention.

astral-sh/setup-uv is pinned where it already sat, v9.0.0, with majors now
ignored. It is deliberately not downgraded to the backend's v8.3.2: that would
be churn with a real behaviour change (v9 flipped prune-cache) and no security
gain. What the fleet shares is the rule, not the version number.
@jfrench9
jfrench9 merged commit 2e5ff6a into main Sep 1, 2026
5 checks passed
@jfrench9
jfrench9 deleted the chore/ci-dependency-posture branch September 1, 2026 22:33
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.

1 participant