Upgrade to GitHub-native Dependabot - #34
Merged
Merged
Conversation
Contributor
Author
|
As a reminder, Dependabot Preview will be shut down on August 3rd, 2021. You can merge this pull request to migrate to GitHub-native Dependabot. You can read the docs to learn more about what's changing, as well as find out how to get support if you need help migrating. |
konard
added a commit
that referenced
this pull request
Aug 28, 2026
The gate added in 2537067 used codecov-action@v6 and read the secret directly. Both templates that already solved this problem (csharp #34, python #27, both closed) settled on the same shape: promote the secret to job-level env, gate the step on `env.CODECOV_TOKEN != ''`, pass it as `token: ${{ env.CODECOV_TOKEN }}`, and let a real failure fail the job. python #34 (also closed) moved off the deprecated @v4; @v7 is current. Also record the cross-template audit that this branch's work produced. All seven link-foundation/<lang>-ai-driven-development-pipeline-template repositories were linted with actionlint 1.7.7 and shellcheck, giving 23 findings and one meta-finding that explains them: no template runs actionlint or zizmor anywhere in .github. Seven issues are filed, each with evidence, a reproduction, a workaround and a diff: rust #141 printf in single quotes, ${DOCKERHUB_IMAGE} never expands csharp #49 ${{ github.head_ref }} interpolated into a run: body python #62 unsupported `queue: max` concurrency key go #6 Codecov upload that can never succeed, hidden twice java #6 Codecov fail_ci_if_error: false, @v4, v3-era file: input js #145 no workflow linter; SC2046, SC2034 php #3 no workflow linter (otherwise clean) Five of the seven had already been fixed elsewhere in the same template family, so each report cites its closed precedent. experiments/upstream-templates/rust-manifest-printf-quoting.sh reproduces rust #141 end to end. Refs #290
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.
Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then.
Dependabot has been fully integrated into GitHub, so you no longer have to install and manage a separate app. This pull request migrates your configuration from Dependabot.com to a config file, using the new syntax. When merged, we'll swap out
dependabot-preview(me) for a newdependabotapp, and you'll be all set!With this change, you'll now use the Dependabot page in GitHub, rather than the Dependabot dashboard, to monitor your version updates, and you'll configure Dependabot through the new config file rather than a UI.
Your previous schedule was set to
live. This option is no longer supported in the new config file so it has been changed todaily.You have configured automerging on this repository. There is no automerging support in GitHub-native Dependabot, so these settings will not be added to the new config file. Several 3rd-party GitHub Actions and bots can replicate the automerge feature.
If you've got any questions or feedback for us, please let us know by creating an issue in the dependabot/dependabot-core repository.
Learn more about migrating to GitHub-native Dependabot
Please note that regular
@dependabotcommands do not work on this pull request.