ci: richer Dependabot auto-merge + least-privilege perms - #42
Merged
Conversation
…ty majors) on least-privilege perms
| runs-on: ubuntu-latest | ||
| if: github.actor == 'dependabot[bot]' | ||
| permissions: | ||
| contents: write # gh pr merge --squash writes the default branch |
bilbospocketses
added a commit
that referenced
this pull request
Jun 11, 2026
…ck lockstep (#46) Promote the accrued [Unreleased] batch to [1.1.1] and reconcile the vpk CLI pin with the Velopack NuGet package. Dependabot #44 bumped the Velopack NuGet package 1.1.1 -> 1.2.0 in both production csprojs, but could not touch the vpk CLI pin (not a NuGet ref), leaving release.yml + local-pack.ps1 at vpk 1.1.1. The CLI and runtime library share a serialization line and must stay in lockstep, so bump both to 1.2.0 (the line where --msi --instLocation PerMachine is solidly supported, bundled WiX 5). - CHANGELOG: [Unreleased] -> [1.1.1] (2026-06-11); document the #42/#43/#45 CI/dep changes that landed without changelog entries; rewrite the Velopack bullet to the final 1.2.0 state; update link refs. - release.yml + local-pack.ps1: vpk CLI 1.1.1 -> 1.2.0. - csproj Version/AssemblyVersion/FileVersion 1.1.0 -> 1.1.1 (all four). Clean Release build + full 445-test suite green.
bilbospocketses
added a commit
that referenced
this pull request
Jun 24, 2026
… vendored icons (#76) * docs(plan): audit MINOR mop-up + follow-ups (5-PR batch) * fix(frontend): audit MINOR cleanup #42-#47 + #57 - #43 define semantic --*-bg / --*-text theme tokens (light + dark); dark mode now resolves real values instead of silently using the light-mode fallback - #44 dedup byte-identical .dialog/.modal CSS; theme-aware pill :hover via color-mix - #45 re-key scrcpy settings modal to app theme tokens (was unset Bootstrap --bs-*); the modal now follows light/dark instead of always-dark fallbacks - #46 fix stale "conic" comment (the code is four linear gradients) - #47 home-tiles.js batches reads then writes (no per-card layout thrash); remove dead .home-module-* CSS from the reverted tile experiment - #42 subnets.html Close-tab link no longer traps a non-script-opened tab - #57 vendor bootstrap-icons 1.11.3 (CSS + woff2/woff) under wwwroot/lib; drop the jsDelivr CDN dependency (works offline, closes the no-SRI gap)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fleet standardization: also merges security updates of any size + holds non-security majors (needs-manual-review), on least-privilege permissions (top-level read, job-level write). Proven on abs-app #20/#21 + minimize-to-tray #48.