Skip to content

Commit ae436d0

Browse files
authored
Update dependabot and labeling automation docs (#791)
Update documentation with new dependabot auto-approve logic and rename
1 parent b70d915 commit ae436d0

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/managed-mode.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ automations:
3838
guidelines: {{ loadDescriptionGuidelines() | dump }}
3939
```
4040

41-
### Smart Labeling (Claude Code Detection)
41+
### Smart Labeling (Agent Coding Detection)
4242

4343
Automatically apply labels to PRs that are assisted by Claude Code to track time savings, PR risk, and productivity lift from AI tools. This automation can detect Claude Code usage through multiple methods including co-authorship, user prompts, known users, or specific tags.
4444

@@ -112,14 +112,11 @@ colors:
112112
green: '0e8a16'
113113
```
114114

115-
### Dependabot Auto-merge
115+
### Dependabot Minor Bump Auto-Approve
116116

117117
Auto-merge Dependabot PRs for patch and minor version updates. This automation helps maintain dependencies while ensuring only safe, non-breaking changes are automatically approved and merged.
118118

119119
```yaml
120-
manifest:
121-
version: 1.0
122-
123120
automations:
124121
merge_dependabot_minor:
125122
on:
@@ -135,6 +132,13 @@ automations:
135132
args:
136133
comment: Dependabot `minor` version bumps are approved automatically.
137134

135+
dependabot_bump: {{ pr.description | checkDependabot | checkSemver }}
136+
```
137+
138+
### Dependabot Patch Bump Auto-Approve
139+
140+
```yaml
141+
automations:
138142
merge_dependabot_patch:
139143
on:
140144
- pr_created

0 commit comments

Comments
 (0)