Skip to content

chore: sync develop with main - #480

Open
github-actions[bot] wants to merge 10 commits into
developfrom
main
Open

chore: sync develop with main#480
github-actions[bot] wants to merge 10 commits into
developfrom
main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

develop has drifted behind main (releases, fixes, dependency bumps). Do not merge this PR — it reports the drift, it does not fix it.

develop requires branches be up to date, and head:main can never satisfy that without pulling develop's extension files into main, which the branch invariant forbids. Squash or rebase would also leave main unreachable from develop, so this workflow would just open another PR next push.

Sync locally instead:

git checkout develop && git merge origin/main && git push

Then verify git diff main develop is added extension files plus deploy/docker/Dockerfile only. GitHub marks this PR merged on its own once develop contains main's tip. Opened by the sync-develop workflow.

renovate Bot and others added 10 commits August 8, 2026 09:49
…886 (#478)

chore(deps): update ghcr.io/chodeus/chub:latest docker digest to 6ae1886

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…b02 (#482)

chore(deps): update ghcr.io/chodeus/chub:latest docker digest to 9f7fb02

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…61a (#485)

chore(deps): update ghcr.io/chodeus/chub:latest docker digest to 880961a

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…22d (#488)

chore(deps): update ghcr.io/chodeus/chub:latest docker digest to 0d1522d

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update all non-major dependencies

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…a40 (#492)

chore(deps): update ghcr.io/chodeus/chub:latest docker digest to 8ce80d1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
… drive

The preceding TokenMinal entry had no trailing comma, so the file stopped
parsing and /api/gdrive-presets answered 500 — which is how it surfaced, as a
single failing smoke test rather than anything pointing at the JSON.
chore(deps): update all non-major dependencies

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…fa4 (#495)

chore(deps): update ghcr.io/chodeus/chub:latest docker digest to ca2a60a

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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