1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Scannability improvements for front matter in Dependabot articles (2) (#52748)

Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
mc
2024-11-08 17:06:15 +00:00
committed by GitHub
parent eba07f1a75
commit 442c7f5a28
12 changed files with 13 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
title: About Dependabot on GitHub Actions runners
intro: '{% data variables.product.prodname_dotcom %} automatically runs the jobs that generate {% data variables.product.prodname_dependabot %} pull requests on {% data variables.product.prodname_actions %} if you have {% data variables.product.prodname_actions %} enabled for the repository.'
shortTitle: About Dependabot on Actions
permissions: 'Organization owners and repository administrators can enable {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_actions %}.'
product: '{% data reusables.gated-features.dependabot-on-actions %}'
versions:
feature: dependabot-on-actions-opt-in
type: how_to

View File

@@ -1,7 +1,7 @@
---
title: Automating Dependabot with GitHub Actions
intro: 'Examples of how you can use {% data variables.product.prodname_actions %} to automate common {% data variables.product.prodname_dependabot %} related tasks.'
permissions: 'People with write permissions to a repository can configure {% data variables.product.prodname_actions %} to respond to {% data variables.product.prodname_dependabot %}-created pull requests.'
permissions: '{% data reusables.permissions.dependabot-various-tasks %}'
versions:
fpt: '*'
ghec: '*'

View File

@@ -1,6 +1,7 @@
---
title: Configuring access to private registries for Dependabot
intro: 'You can configure {% data variables.product.prodname_dependabot %} to access dependencies stored in private registries. You can store authentication information, like passwords and access tokens, as encrypted secrets and then reference these in the {% data variables.product.prodname_dependabot %} configuration file.{% ifversion dependabot-on-actions-self-hosted %} If you have registries on private networks, you can also configure {% data variables.product.prodname_dependabot %} access when running {% data variables.product.prodname_dependabot %} on self-hosted runners.{% endif %}'
permissions: '{% data reusables.permissions.dependabot-various-tasks %}'
redirect_from:
- /github/administering-a-repository/managing-encrypted-secrets-for-dependabot
- /code-security/supply-chain-security/managing-encrypted-secrets-for-dependabot

View File

@@ -1,6 +1,7 @@
---
title: Guidance for the configuration of private registries for Dependabot
intro: 'This article contains detailed information about configuring private registries, as well as commands you can run from the command line to configure your package managers locally.'
permissions: '{% data reusables.permissions.dependabot-various-tasks %}'
versions:
fpt: '*'
ghec: '*'

View File

@@ -1,6 +1,7 @@
---
title: Keeping your actions up to date with Dependabot
intro: 'You can use {% data variables.product.prodname_dependabot %} to keep the actions you use updated to the latest versions.'
permissions: '{% data reusables.permissions.dependabot-yml-configure %}'
redirect_from:
- /github/administering-a-repository/keeping-your-actions-up-to-date-with-github-dependabot
- /github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot

View File

@@ -2,7 +2,7 @@
title: Managing Dependabot on self-hosted runners
intro: 'You can configure self-hosted runners that {% data variables.product.prodname_dependabot %} uses to access your private registries and internal network resources.'
shortTitle: Manage Dependabot on self-hosted runners
permissions: 'Organization owners and repository administrators can configure {% data variables.product.prodname_dependabot %} to run on self-hosted runners.'
permissions: '{% data reusables.permissions.dependabot-actions %}'
versions:
feature: dependabot-on-actions-self-hosted
type: how_to

View File

@@ -1,6 +1,7 @@
---
title: Managing pull requests for dependency updates
intro: 'You manage pull requests raised by {% data variables.product.prodname_dependabot %} in much the same way as other pull requests, but there are some extra options.'
permissions: '{% data reusables.permissions.dependabot-various-tasks %}'
redirect_from:
- /github/administering-a-repository/managing-pull-requests-for-dependency-updates
- /code-security/supply-chain-security/managing-pull-requests-for-dependency-updates

View File

@@ -1,7 +1,7 @@
---
title: Removing Dependabot access to public registries
intro: 'Examples of how you can configure {% data variables.product.prodname_dependabot %} to only access private registries by removing calls to public registries.'
permissions: 'People with write permissions to a repository can configure {% data variables.product.prodname_dependabot %} for the repository.'
permissions: '{% data reusables.permissions.dependabot-various-tasks %}'
versions:
fpt: '*'
ghes: '*'

View File

@@ -2,6 +2,7 @@
title: Viewing Dependabot job logs
intro: 'To support debugging of {% data variables.product.prodname_dependabot %} pull requests, {% data variables.product.product_name %} provides logs of all {% data variables.product.prodname_dependabot %} jobs.'
shortTitle: Viewing Dependabot logs
permissions: '{% data reusables.permissions.dependabot-various-tasks %}'
versions:
feature: dependabot-job-log
type: how_to
@@ -15,7 +16,7 @@ topics:
## About {% data variables.product.prodname_dependabot %} job logs
Anyone with write permissions to a repository can view {% data variables.product.prodname_dependabot %} job logs for the repository. Job logs are only available if {% data variables.product.prodname_dependabot_version_updates %} are enabled for the repository.
Job logs are only available if {% data variables.product.prodname_dependabot_version_updates %} are enabled for the repository.
Whenever a {% data variables.product.prodname_dependabot %} job runs, the details of the job are captured in the job logs list, which is accessible from the dependency graph.

View File

@@ -0,0 +1 @@
{% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_actions %} is enabled by default for all repositories for which {% data variables.product.prodname_actions %} is enabled

View File

@@ -0,0 +1 @@
Organization owners and repository administrators

View File

@@ -0,0 +1 @@
Users with **write** access