Skip to content

Commit 3e9ed4b

Browse files
authored
Merge pull request #40925 from github/repo-sync
Repo sync
2 parents a4d2331 + 671fd37 commit 3e9ed4b

File tree

6 files changed

+32
-17
lines changed

6 files changed

+32
-17
lines changed

content/authentication/securing-your-account-with-two-factor-authentication-2fa/about-mandatory-two-factor-authentication.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ Your account is selected for mandatory 2FA if you have taken some action on {% d
2424

2525
{% data variables.product.prodname_dotcom %} is continually assessing improvements to our account security features and 2FA requirements, so these criteria may change over time.
2626

27-
> [!NOTE]
28-
> If your account has an education coupon active, it is exempt from mandatory 2FA.
29-
3027
### About mandatory 2FA for organizations and enterprises
3128

3229
Mandatory 2FA is required by {% data variables.product.prodname_dotcom %} itself to improve security for both individual developers and the broader software development ecosystem. Your administrator may also require 2FA enablement as a requirement to join their organization or enterprise, but those requirements are separate from this program. To find which users have enabled 2FA or are required to do so, see [AUTOTITLE](/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/viewing-people-in-your-enterprise#viewing-whether-members-in-your-enterprise-have-2fa-enabled) or [AUTOTITLE](/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/viewing-whether-users-in-your-organization-have-2fa-enabled).

content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,8 @@ Reviewers must have at least read access to the repository.
610610
| `cronjob` | Defines the cron expression if the interval type is `cron`. |
611611
| `timezone` | Specify the timezone of the `time` value. |
612612

613+
{% ifversion fpt or ghec %}
614+
613615
### `interval`
614616

615617
Supported values: `daily`, `weekly`, `monthly`, `quarterly`, `semiannually`, `yearly`, or `cron`
@@ -624,6 +626,21 @@ Each package manager **must** define a schedule interval.
624626
* Use `yearly` to run on the first day of January.
625627
* Use `cron` for cron expression based scheduling option. See [`cronjob`](#cronjob).
626628

629+
{% elsif ghes %}
630+
631+
### `interval`
632+
633+
Supported values: `daily`, `weekly`, `monthly`, or `cron`
634+
635+
Each package manager **must** define a schedule interval.
636+
637+
* Use `daily` to run on every weekday, Monday to Friday.
638+
* Use `weekly` to run once a week, by default on Monday.
639+
* Use `monthly` to run on the first day of each month.
640+
* Use `cron` for cron expression based scheduling option. See [`cronjob`](#cronjob).
641+
642+
{% endif %}
643+
627644
By default, {% data variables.product.prodname_dependabot %} randomly assigns a time to apply all the updates in the configuration file. You can use the `time` and `timezone` parameters to set a specific runtime for all intervals. If you use a `cron` interval, you can define the update time with a `cronjob` expression.
628645

629646
### `day`

content/copilot/reference/policy-conflicts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Feature, model, and privacy settings for users are set according to the **least
5353
| Editor preview features | Least restrictive organization | [AUTOTITLE](/free-pro-team@latest/site-policy/github-terms/github-pre-release-license-terms) |
5454
| {% data variables.product.prodname_github_models %}, one policy per model | Least restrictive organization | [AUTOTITLE](/github-models/github-models-at-scale/manage-models-at-scale) |
5555
| MCP servers in {% data variables.product.prodname_copilot_short %} | Least restrictive organization | [AUTOTITLE](/copilot/using-github-copilot/coding-agent/extending-copilot-coding-agent-with-mcp) |
56+
| {% data variables.product.prodname_copilot_short %}-generated commit messages | Least restrictive organization | [AUTOTITLE](/copilot/responsible-use/copilot-commit-message-generation) |
5657

5758
## Next steps
5859

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
"@graphql-inspector/core": "^6.1.0",
253253
"@graphql-tools/load": "^8.0.19",
254254
"@octokit/rest": "22.0.0",
255-
"@playwright/test": "^1.50",
255+
"@playwright/test": "^1.56",
256256
"@types/accept-language-parser": "1.5.7",
257257
"@types/cheerio": "^0.22.35",
258258
"@types/connect-timeout": "1.9.0",

src/landings/components/journey/JourneyLearningTracks.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
/* Hide only the timeline line that extends below the last badge, preserve everything else */
8080
.timelineContainer :global(.Timeline-Item:last-child::before) {
81-
background: linear-gradient(to bottom, var(--borderColor-default, #d1d9e0) 0%, var(--borderColor-default, #d1d9e0) 30%, transparent 30%, transparent 100%) !important;
81+
background: linear-gradient(to bottom, var(--borderColor-muted, var(--color-border-muted)) 0%, var(--borderColor-muted, var(--color-border-muted)) 30%, transparent 30%, transparent 100%) !important;
8282
}
8383

8484
.timelineBadge {

0 commit comments

Comments
 (0)