Skip to content

chore: enable dependabot for npm and cargo dependencies#138

Merged
szegedi merged 2 commits into
mainfrom
chore/dependabot-npm-cargo
Jun 22, 2026
Merged

chore: enable dependabot for npm and cargo dependencies#138
szegedi merged 2 commits into
mainfrom
chore/dependabot-npm-cargo

Conversation

@szegedi

@szegedi szegedi commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Adds Dependabot version update configuration for npm and Cargo package ecosystems, in addition to the existing GitHub Actions entry.

Both ecosystems use weekly checks with patch and minor updates grouped separately, following the same pattern as DataDog/pprof-format.

The semver-patch label is applied by default so PRs are routed correctly in the release process.

@szegedi szegedi requested review from a team as code owners June 22, 2026 15:47
gyuheon0h
gyuheon0h previously approved these changes Jun 22, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 46eaa5a3cf

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread .github/dependabot.yml
- "*"

- package-ecosystem: "npm"
directory: "/"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add the crashtracker npm manifest

When test/crashtracker dependencies such as express or body-parser need a security or compatibility bump, this npm entry is scoped only to /, so Dependabot will watch the root package.json/yarn.lock but never open updates for test/crashtracker/package.json and its lockfile, even though scripts/test.sh installs that package for the crashtracker test. Add a second npm entry, or use directories including /test/crashtracker, so the test package is covered too.

Useful? React with 👍 / 👎.

@szegedi szegedi Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment is valid as test/crashtracker/package.json has real dependencies (express, body-parser, @datadog/segfaultify) that won't be watched by the root-only entry.

That said, test/crashtracker has no lockfile of its own (package-lock.json or yarn.lock), so Dependabot will not be able to reliably track it. It skips directories with no lockfiles. Also, @datadog/segfaultify would presumably be excluded the same way @datadog/* is excluded from GitHub Actions (though the npm entry doesn't have that exclusion currently).

The fix is presumably to commit a lockfile there?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, I think your most recent commit 161ab74 should address this

@github-actions

github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown

Overall package size

Self size: 28.04 MB
Deduped: 28.04 MB
No deduping: 28.04 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------|

🤖 This report was automatically generated by heaviest-objects-in-the-universe

Comment thread .github/dependabot.yml
- "*"

- package-ecosystem: "npm"
directory: "/"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, I think your most recent commit 161ab74 should address this

@gyuheon0h gyuheon0h mentioned this pull request Jun 22, 2026
@szegedi szegedi merged commit a062914 into main Jun 22, 2026
47 checks passed
@szegedi szegedi deleted the chore/dependabot-npm-cargo branch June 22, 2026 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants