diff --git a/content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md b/content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md index 8d3c101b8b98..fbdecdb334b8 100644 --- a/content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md +++ b/content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md @@ -346,9 +346,9 @@ For examples, see [AUTOTITLE](/code-security/dependabot/dependabot-version-updat Specify which semantic versions (SemVer) to ignore. SemVer is an accepted standard for defining versions of software packages, in the form `x.y.z`. {% data variables.product.prodname_dependabot %} assumes that versions in this form are always `major.minor.patch`. -* Use `patch` to include patch releases. -* Use `minor` to include minor releases. -* Use `major` to include major releases. +* Use `version-update:semver-patch` to include patch releases. +* Use `version-update:semver-minor` to include minor releases. +* Use `version-update:semver-major` to include major releases. ## `insecure-external-code-execution` {% octicon "versions" aria-label="Version updates" height="24" %} {% octicon "shield-check" aria-label="Security updates" height="24" %} diff --git a/content/rest/copilot/copilot-metrics.md b/content/rest/copilot/copilot-metrics.md index 2b16cb5744ec..45e893bef2cd 100644 --- a/content/rest/copilot/copilot-metrics.md +++ b/content/rest/copilot/copilot-metrics.md @@ -15,7 +15,7 @@ redirect_from: You can use these endpoints to get a breakdown of aggregated metrics for various {% data variables.product.prodname_copilot %} features. The API includes: -* Data for the last 28 days +* Data for the last 100 days * Numbers of active users and engaged users * Breakdowns by language and IDE * The option to view metrics for an enterprise, organization, or team