Skip to content

Upgrade to GitHub-native Dependabot - #34

Merged
konard merged 1 commit into
masterfrom
dependabot/add-v2-config-file
Aug 27, 2021
Merged

konard merged 1 commit into
masterfrom
dependabot/add-v2-config-file

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

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 new dependabot app, 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 to daily.

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 @dependabot commands do not work on this pull request.

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Apr 28, 2021
@dependabot-preview

Copy link
Copy Markdown
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
konard merged commit 9996d86 into master Aug 27, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant