-
Notifications
You must be signed in to change notification settings - Fork 27.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added dependabot.yml #74909
base: canary
Are you sure you want to change the base?
Added dependabot.yml #74909
Conversation
Bumps [cheerio](https://github.com/cheeriojs/cheerio) from 0.22.0 to 1.0.0. - [Release notes](https://github.com/cheeriojs/cheerio/releases) - [Commits](cheeriojs/cheerio@0.22.0...v1.0.0) --- updated-dependencies: - dependency-name: cheerio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [data-uri-to-buffer](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/data-uri-to-buffer) from 3.0.1 to 6.0.2. - [Release notes](https://github.com/TooTallNate/proxy-agents/releases) - [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/data-uri-to-buffer/CHANGELOG.md) - [Commits](https://github.com/TooTallNate/proxy-agents/commits/[email protected]/packages/data-uri-to-buffer) --- updated-dependencies: - dependency-name: data-uri-to-buffer dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [async-retry](https://github.com/vercel/async-retry) from 1.2.3 to 1.3.3. - [Release notes](https://github.com/vercel/async-retry/releases) - [Commits](vercel/async-retry@1.2.3...1.3.3) --- updated-dependencies: - dependency-name: async-retry dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [jscodeshift](https://github.com/facebook/jscodeshift) from 17.0.0 to 17.1.2. - [Release notes](https://github.com/facebook/jscodeshift/releases) - [Changelog](https://github.com/facebook/jscodeshift/blob/main/CHANGELOG.md) - [Commits](facebook/jscodeshift@v17.0.0...v17.1.2) --- updated-dependencies: - dependency-name: jscodeshift dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…heerio-1.0.0 build(deps): bump cheerio from 0.22.0 to 1.0.0
…scodeshift-17.1.2 build(deps): bump jscodeshift from 17.0.0 to 17.1.2
…sync-retry-1.3.3 build(deps-dev): bump async-retry from 1.2.3 to 1.3.3
…ata-uri-to-buffer-6.0.2 build(deps-dev): bump data-uri-to-buffer from 3.0.1 to 6.0.2
Bumps [ws](https://github.com/websockets/ws) and [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws). These dependencies needed to be updated together. Updates `ws` from 8.2.3 to 8.18.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.2.3...8.18.0) Updates `@types/ws` from 8.2.0 to 8.5.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws) --- updated-dependencies: - dependency-name: ws dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@types/ws" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ulti-dab4f94b1c build(deps-dev): bump ws and @types/ws
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Add Dependabot Integration to Next.js Project
What?
This PR introduces Dependabot to the Next.js repository for automated dependency management. Dependabot will create pull requests to update dependencies whenever new versions are available, ensuring the project stays up-to-date with the latest and most secure versions of its dependencies.
Why?
Keeping dependencies updated is critical for:
Dependabot automates this process, saving developer time and effort while maintaining reliability and security.
How?