Skip to content

chore: update dependabot configs for signle pr - #5324

Merged
tomiir merged 3 commits into
mainfrom
chore/update-dependabot-configs-for-signle-pr
Nov 5, 2025
Merged

chore: update dependabot configs for signle pr#5324
tomiir merged 3 commits into
mainfrom
chore/update-dependabot-configs-for-signle-pr

Conversation

@enesozturk

@enesozturk enesozturk commented Nov 5, 2025

Copy link
Copy Markdown
Contributor

Description

Summary

Consolidates Dependabot configuration to create a single PR per week that updates all dependencies across the entire monorepo, ensuring version alignment.

Problem

Previously created ~25 PRs per week with fragmentary updates and dependency misalignment across packages/apps.

Solution

  • Single root-level scan (directory: '/') across entire monorepo
  • One group (all-dependencies) consolidates all updates into a single PR
  • Dependencies updated simultaneously across all package.json files
  • Major versions ignored (only patch/minor updates)

Result

1 PR per week (down from ~25)
Dependencies aligned across all packages/apps/examples

Type of change

  • Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Associated Issues

For Linear issues: Closes APKT-xxx
For GH issues: closes #...

Showcase (Optional)

If there is a UI change include the screenshots with before and after state.
If new feature is being introduced, include the link to demo recording.

Checklist

  • Code in this PR is covered by automated tests (Unit tests, E2E tests)
  • My changes generate no new warnings
  • I have reviewed my own code
  • I have filled out all required sections
  • I have tested my changes on the preview link
  • Approver of this PR confirms that the changes are tested on the preview link

Note

Consolidates Dependabot into a single root-level weekly npm update that groups all dependencies into one PR, ignoring majors and workspace (@reown/*) packages.

  • Dependabot config (.github/dependabot.yml):
    • Single root-level npm scan (directory: '/') running weekly with chore: update dependencies label.
    • Groups all prod/dev updates into one PR via groups.all-dependencies (patterns: ['*']).
    • Ignores major version bumps and excludes workspace @reown/* from updates.
    • Removes per-app and per-package configurations and specific grouping rules.

Written by Cursor Bugbot for commit c469081. This will update automatically on new commits. Configure here.

@changeset-bot

changeset-bot Bot commented Nov 5, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: c469081

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercel Bot commented Nov 5, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
appkit-basic-html Canceled Canceled Nov 5, 2025 3:07pm
appkit-demo Canceled Canceled Nov 5, 2025 3:07pm
appkit-gallery Canceled Canceled Comment Nov 5, 2025 3:07pm
appkit-laboratory Ready Ready Preview Comment Nov 5, 2025 3:07pm
10 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
appkit-basic-example Ignored Ignored Nov 5, 2025 3:07pm
appkit-basic-sign-client-example Ignored Ignored Nov 5, 2025 3:07pm
appkit-basic-up-example Ignored Ignored Nov 5, 2025 3:07pm
appkit-ethers5-bera Ignored Ignored Nov 5, 2025 3:07pm
appkit-nansen-demo Ignored Ignored Nov 5, 2025 3:07pm
appkit-vue-solana Ignored Ignored Nov 5, 2025 3:07pm
appkit-wagmi-cdn-example Ignored Ignored Nov 5, 2025 3:07pm
ethereum-provider-wagmi-example Ignored Ignored Nov 5, 2025 3:07pm
next-wagmi-solana-bitcoin-example Ignored Ignored Nov 5, 2025 3:07pm
vue-wagmi-example Ignored Ignored Nov 5, 2025 3:07pm

@enesozturk
enesozturk requested a review from a team November 5, 2025 14:55
@github-actions

github-actions Bot commented Nov 5, 2025

Copy link
Copy Markdown
Contributor

Visual Regression Test Results ✅ Passed

✨ No visual changes detected

Chromatic Build: https://www.chromatic.com/build?appId=6493191bf4b10fed8ca7353f&number=308
Storybook Preview: https://6493191bf4b10fed8ca7353f-ecvlyrptbd.chromatic.com/

@github-actions

github-actions Bot commented Nov 5, 2025

Copy link
Copy Markdown
Contributor

📦 Bundle Size Check

All bundles are within size limits

📊 View detailed bundle sizes

> @reown/appkit-monorepo@1.7.1 size /home/runner/work/appkit/appkit


> size-limit

@reown/appkit - Main Entry
Size limit:   80 kB
Size:         70.59 kB with all dependencies, minified and gzipped
Loading time: 1.4 s    on slow 3G
Running time: 603 ms   on Snapdragon 410
Total time:   2 s
@reown/appkit/react
Size limit:   230 kB
Size:         227.37 kB with all dependencies, minified and gzipped
Loading time: 4.5 s     on slow 3G
Running time: 915 ms    on Snapdragon 410
Total time:   5.4 s
@reown/appkit/vue
Size limit:   80 kB
Size:         70.59 kB with all dependencies, minified and gzipped
Loading time: 1.4 s    on slow 3G
Running time: 501 ms   on Snapdragon 410
Total time:   1.9 s
@reown/appkit-scaffold-ui
Size limit:   220 kB
Size:         207.37 kB with all dependencies, minified and gzipped
Loading time: 4.1 s     on slow 3G
Running time: 793 ms    on Snapdragon 410
Total time:   4.9 s
@reown/appkit-ui
Size limit:   500 kB
Size:         13.15 kB with all dependencies, minified and gzipped
Loading time: 257 ms   on slow 3G
Running time: 27 ms    on Snapdragon 410
Total time:   284 ms

@github-actions

github-actions Bot commented Nov 5, 2025

Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 79.88% 37998 / 47564
🔵 Statements 79.88% 37998 / 47564
🔵 Functions 77.94% 4103 / 5264
🔵 Branches 86.49% 9207 / 10645
File CoverageNo changed files found.
Generated in workflow #16212 for commit c469081 by the Vitest Coverage Report Action

@tomiir
tomiir merged commit 9f75fba into main Nov 5, 2025
43 checks passed
@tomiir
tomiir deleted the chore/update-dependabot-configs-for-signle-pr branch November 5, 2025 15:09
@github-actions github-actions Bot locked and limited conversation to collaborators Nov 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants