Skip to content

repo sync #25706

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .github/workflows/link-check-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- add list here once we get ecosystems released in beta -->
There are currently no ecosystems in beta.

```yaml
# Configure beta ecosystem

Expand Down