Skip to content

deps: renovate-manage the anolis version pin; bump to current#26

Merged
CameronBrooks11 merged 1 commit into
mainfrom
chore/renovate-anolis-version-pin
Jul 3, 2026
Merged

deps: renovate-manage the anolis version pin; bump to current#26
CameronBrooks11 merged 1 commit into
mainfrom
chore/renovate-anolis-version-pin

Conversation

@CameronBrooks11

Copy link
Copy Markdown
Member

What

  • renovate.json: two regex customManagers (github-releases datasource) covering schemas/anolis-version.jsonanolis_versionanolishq/anolis, anolis_protocol_versionanolishq/anolis-protocol; grouped into a single "anolis version pin" PR. Same pattern as anolis-projects' machine-profile manager.
  • Bump the pin to current: anolis 0.1.26, protocol 1.6.0 (was 0.1.5 / 1.1.4).

Why

The pin was hand-maintained → stale. Keeping a pin (vs deriving latest at build time) keeps docs builds reproducible and bumps reviewable; Renovate removes the hand-maintenance. Amended scope agreed on #25.

Verification

Full npm run build green against the new pins: all four v0.1.26 schema tarballs injected, protocol reference generated at v1.6.0, vitepress build complete.

Closes #25.

schemas/anolis-version.json was hand-maintained and stale (anolis
0.1.5 / protocol 1.1.4 vs live 0.1.26 / 1.6.0). Keep the pin — it is
this repo's own dependency declaration, giving reviewable bumps and
reproducible builds — but stop maintaining it by hand:

- add regex customManagers (github-releases datasource) so Renovate
  bumps both keys, grouped into one PR
- bump to anolis 0.1.26 / anolis-protocol 1.6.0; full docs build
  verified against the new schema tarballs and protocol tag

Closes #25.
@CameronBrooks11 CameronBrooks11 merged commit 86ea131 into main Jul 3, 2026
2 checks passed
@CameronBrooks11 CameronBrooks11 deleted the chore/renovate-anolis-version-pin branch July 3, 2026 03: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.

chore: delete anolis-version.json; derive the injected schema/protocol version

1 participant