Skip to content

Commit 1ed4853

Browse files
authored
Merge branch 'main' into remove-lint-disables
2 parents 419475c + d4bfff7 commit 1ed4853

File tree

15 files changed

+12323
-11987
lines changed

15 files changed

+12323
-11987
lines changed

.changeset/many-walls-deliver.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/gatsby-theme-doctocat': minor
3+
---
4+
5+
Update gatsby to 3.15.0

.github/dependabot.yml

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,14 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "npm" # See documentation for possible values
9-
directory: "/docs" # Location of package manifests
10-
schedule:
11-
interval: "monthly"
12-
13-
- package-ecosystem: "npm" # See documentation for possible values
14-
directory: "/theme" # Location of package manifests
15-
schedule:
16-
interval: "weekly"
17-
188
# Maintain dependencies for GitHub Actions
19-
- package-ecosystem: "github-actions"
20-
directory: "/"
9+
- package-ecosystem: 'github-actions'
10+
directory: '/'
2111
schedule:
22-
interval: "monthly"
12+
interval: 'monthly'
2313

2414
# Maintain dependencies for npm
25-
- package-ecosystem: "npm"
26-
directory: "/"
15+
- package-ecosystem: 'npm'
16+
directory: '/'
2717
schedule:
28-
interval: "monthly"
18+
interval: 'monthly'

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
build_deploy:
1515
name: Build and deploy
16-
uses: primer/.github/.github/workflows/deploy.yml@main
16+
uses: primer/.github/.github/workflows/deploy.yml@v2.1.1
1717
secrets:
1818
gh_token: ${{ secrets.GITHUB_TOKEN }}
1919
with:

.github/workflows/deploy_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
deploy:
1313
name: Build and deploy
14-
uses: primer/.github/.github/workflows/deploy_preview.yml@main
14+
uses: primer/.github/.github/workflows/deploy_preview.yml@v2.1.1
1515
secrets:
1616
gh_token: ${{ secrets.GITHUB_TOKEN }}
1717
with:

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# All changes should be reviewed by a member of the @react-reviewers team
2-
* @primer/react-reviewers
2+
* @primer/engineer-reviewers

0 commit comments

Comments
 (0)