diff --git a/.github/workflows/link-check-on-pr.yml b/.github/workflows/link-check-on-pr.yml index 3c243f8944..7a3f67f81a 100644 --- a/.github/workflows/link-check-on-pr.yml +++ b/.github/workflows/link-check-on-pr.yml @@ -35,32 +35,6 @@ jobs: with: token: ${{ secrets.DOCUBOT_REPO_PAT }} - # TODO: When we want to fix redirects on changed files we can uncomment everything below - # Creates file "${{ env.HOME }}/files.json", among others - # - name: Gather files changed - # if: github.event_name != 'merge_group' - # id: file_changes - # uses: trilom/file-changes-action@a6ca26c14274c33b15e6499323aac178af06ad4b - # with: - # fileOutput: 'json' - - # For verification - # - name: Show files changed (debug) - # if: github.event_name != 'merge_group' - # run: cat $HOME/files.json - - # - name: Link check changed pages (external links only) - # if: github.event_name != 'merge_group' - # id: changed_links - # env: - # LEVEL: 'warning' - # FILES_CHANGED: ${{ steps.file_changes.outputs.files }} - # ACTION_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} - # GITHUB_TOKEN: ${{ secrets.DOCS_BOT_FR }} - # SHOULD_COMMENT: true - # CREATE_REPORT: false - # run: node .github/actions-scripts/rendered-content-link-checker.js - - name: Link check all pages (internal links only) id: all_links env: diff --git a/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md b/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md index 5275f8e349..915cb6a958 100644 --- a/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md +++ b/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md @@ -1185,6 +1185,9 @@ registries: By default, {% data variables.product.prodname_dependabot %} updates the dependency manifests and lock files only for fully supported ecosystems. Use the `enable-beta-ecosystems` flag to opt in to updates for ecosystems that are not yet generally available. + +There are currently no ecosystems in beta. + ```yaml # Configure beta ecosystem