docs(integrations): replace queue action with autoqueue in dependency bot guides#11047
Conversation
… bot guides Dependabot, Renovate, and Snyk integration pages were showing pull_request_rules with queue action as the primary pattern, leading customers to copy this instead of using autoqueue on queue_rules. Replace all examples with autoqueue: true on queue_rules. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Change-Id: Id975b116185216bfe4b3b5456b552b0daa3fd74f
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 🤖 Continuous IntegrationWonderful, this rule succeeded.
🟢 👀 Review RequirementsWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 ReviewsWonderful, this rule succeeded.
🟢 📕 PR descriptionWonderful, this rule succeeded.
|
There was a problem hiding this comment.
Pull request overview
Updates the dependency-bot integration docs (Dependabot, Renovate, Snyk) to recommend the merge queue’s queue_rules + autoqueue: true pattern instead of pull_request_rules using the queue action, aligning copy/paste examples with the intended merge-queue-first workflow.
Changes:
- Replaced “queue via pull_request_rules/actions” examples with
queue_rulesusingautoqueue: true. - Updated surrounding explanatory text/headings to describe auto-queueing into the merge queue.
- Simplified batching examples by relying solely on
autoqueuerather than a separatequeueaction rule.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/content/docs/integrations/snyk.mdx | Switches Snyk examples to queue_rules + autoqueue and updates explanatory text accordingly. |
| src/content/docs/integrations/renovate.mdx | Reframes primary automation path around merge queue autoqueueing; removes queue action examples. |
| src/content/docs/integrations/dependabot.mdx | Updates merge/queue and filtering examples to use queue_rules + autoqueue; removes queue action examples. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Merge Queue Status
This pull request spent 12 minutes 9 seconds in the queue, including 3 minutes 13 seconds running CI. Required conditions to merge
|
Dependabot, Renovate, and Snyk integration pages were showing
pull_request_rules with queue action as the primary pattern, leading
customers to copy this instead of using autoqueue on queue_rules.
Replace all examples with autoqueue: true on queue_rules.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com