Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/ossf/scorecard-act…
Browse files Browse the repository at this point in the history
…ion-2.3.1
  • Loading branch information
bingenito committed Mar 4, 2024
2 parents 7fd263f + feb55ab commit a73360e
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 19 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ updates:
directory: /site
schedule:
interval: "monthly"
groups:
gatsby:
patterns:
- "*gatsby*/*"
- "*/*gatsby*"
- "gatsby*"

- package-ecosystem: github-actions
directory: /
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
</PropertyGroup>

<PropertyGroup Label="Dependencies from Test">
<CoverletMsBuildVersion>6.0.0</CoverletMsBuildVersion>
<CoverletMsBuildVersion>6.0.1</CoverletMsBuildVersion>
<MicrosoftNETTestSdkVersion>17.8.0</MicrosoftNETTestSdkVersion>
<XunitVersion>2.7.0</XunitVersion>
<XunitRunnerVisualStudioVersion>2.5.7</XunitRunnerVisualStudioVersion>
<MoqVersion>4.20.69</MoqVersion>
<MoqVersion>4.20.70</MoqVersion>
<TestableIOSystemIOAbstractionsTestingHelpersVersion>20.0.15</TestableIOSystemIOAbstractionsTestingHelpersVersion>
<CoverletCollector>3.2.0</CoverletCollector>
</PropertyGroup>
Expand Down
30 changes: 15 additions & 15 deletions site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"dependencies": {
"@mdx-js/react": "^2.3.0",
"gatsby": "^5.12.11",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.12.3",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.12.3",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-webfonts": "^2.3.2",
"gatsby-remark-autolink-headers": "^6.12.3",
"gatsby-remark-copy-linked-files": "^6.12.0",
Expand Down

0 comments on commit a73360e

Please sign in to comment.