Add Dependabot (cooldown + grouped) with patch/minor auto-merge#217
Open
yurynix wants to merge 1 commit into
Open
Add Dependabot (cooldown + grouped) with patch/minor auto-merge#217yurynix wants to merge 1 commit into
yurynix wants to merge 1 commit into
Conversation
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
🚀 Package Preview Available!Install this PR's preview build with npm: npm i @base44-preview/sdk@0.8.35-pr.217.90d697bPrefer not to change any import paths? Install using npm alias so your code still imports npm i "@base44/sdk@npm:@base44-preview/sdk@0.8.35-pr.217.90d697b"Or add it to your {
"dependencies": {
"@base44/sdk": "npm:@base44-preview/sdk@0.8.35-pr.217.90d697b"
}
}
Preview published to npm registry — try new features instantly! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Sets up Dependabot for this repo as part of the dependency-security hybrid: Dependabot handles the mechanical patch/minor security + version updates (with a cooldown, grouped, auto-merged when safe); the separate holistic bot handles majors / no-fix advisories with remediation guidance.
.github/dependabot.yml—npm+github-actions, daily, 7-day cooldown, grouped minor/patch,dependencieslabel. Security updates (advisory-driven) honor the same cooldown/groups..github/workflows/dependabot-auto-merge.yml— patch/minor →gh pr merge --auto --squash(merges once this repo's CI passes); major → comment, left for a human.Please enable on the repo:
Without "Allow auto-merge", the auto-merge step will no-op/fail; without alerts+security-updates you won't get advisory-driven PRs.
Notes
🤖 Generated with Claude Code