Skip to content

Commit 1030515

Browse files
authored
Merge pull request #25706 from github/repo-sync
repo sync
2 parents ee80b92 + fa371e2 commit 1030515

File tree

2 files changed

+3
-26
lines changed

2 files changed

+3
-26
lines changed

.github/workflows/link-check-on-pr.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -35,32 +35,6 @@ jobs:
3535
with:
3636
token: ${{ secrets.DOCUBOT_REPO_PAT }}
3737

38-
# TODO: When we want to fix redirects on changed files we can uncomment everything below
39-
# Creates file "${{ env.HOME }}/files.json", among others
40-
# - name: Gather files changed
41-
# if: github.event_name != 'merge_group'
42-
# id: file_changes
43-
# uses: trilom/file-changes-action@a6ca26c14274c33b15e6499323aac178af06ad4b
44-
# with:
45-
# fileOutput: 'json'
46-
47-
# For verification
48-
# - name: Show files changed (debug)
49-
# if: github.event_name != 'merge_group'
50-
# run: cat $HOME/files.json
51-
52-
# - name: Link check changed pages (external links only)
53-
# if: github.event_name != 'merge_group'
54-
# id: changed_links
55-
# env:
56-
# LEVEL: 'warning'
57-
# FILES_CHANGED: ${{ steps.file_changes.outputs.files }}
58-
# ACTION_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
59-
# GITHUB_TOKEN: ${{ secrets.DOCS_BOT_FR }}
60-
# SHOULD_COMMENT: true
61-
# CREATE_REPORT: false
62-
# run: node .github/actions-scripts/rendered-content-link-checker.js
63-
6438
- name: Link check all pages (internal links only)
6539
id: all_links
6640
env:

content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,6 +1185,9 @@ registries:
11851185

11861186
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.
11871187

1188+
<!-- add list here once we get ecosystems released in beta -->
1189+
There are currently no ecosystems in beta.
1190+
11881191
```yaml
11891192
# Configure beta ecosystem
11901193

0 commit comments

Comments
 (0)