Build: Enable dependabot for git submodule updates - #3848
Open
mcfnord wants to merge 1 commit into
Open
Conversation
Adds a gitsubmodule package-ecosystem entry so the libs/oboe submodule is checked weekly for updates, matching the existing github-actions config. Part of jamulussoftware#2346.
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.
MY LLM WROTE:
Short description of changes
Enables Dependabot for git submodules by adding a
gitsubmodulepackage-ecosystem entry to.github/dependabot.yml. This makes Dependabot check the one submodule we have —libs/oboe(google/oboe) — for updates weekly and open a PR when a newer commit is available, exactly as it already does for GitHub Actions.CHANGELOG: SKIP
Context: Fixes an issue?
Related: #2346 (checklist item "Submodules (liboboe)").
This is one PR in the "set of PRs" requested in #2346. It deliberately covers only the submodule item, which Dependabot handles natively and safely. The remaining unchecked items in #2346 — Android SDK/NDK/command-line-tools and the pylint pin — are not included here on purpose: those are compatibility- and policy-coupled version jumps (NDK r21d,
android-30/build-tools 30.0.2, and a deliberatepylint < 3.0ceiling) that would break the build or the style check if bumped mechanically, and are already being handled deliberately elsewhere (#3392, #3261, #2767, #3056). Automating them the way aqt/Qt/NSIS are automated would just produce failing PRs. Happy to discuss those separately if useful.Does this change need documentation?
No.
Status of this Pull Request
Ready for review.
What is missing until this pull request can be merged?