ci(dependabot): add config for this repo's own actions#74
Merged
Conversation
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Adds a Dependabot configuration so this repository's own GitHub Actions workflows receive monthly version updates. Mirrors the synced template (sources/.github/dependabot.yaml) but omits open-pull-requests-limit since this is the source repo and all updates should be surfaced. Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
d9eaa52 to
08f0b12
Compare
mitsudome-r
approved these changes
May 26, 2026
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.
.github/dependabot.yamlso this repository's own GitHub Actions workflows get monthly version updates.updates:entries: one for the repo's root workflows (.github/workflows/) and one for the synced template workflows undersources/.github/workflows/so the templates themselves don't drift behind upstream action versions.open-pull-requests-limitsince this is the source repo and we want all updates surfaced.Why
The template repo distributes a dependabot config to downstream consumers but didn't have one of its own. Without it, neither this repo's workflows nor the source-of-truth templates under
sources/.github/workflows/ever get action version bumps automatically.Note: the
type:github-actionslabel was created on the repo as part of this change (it didn't exist).