Files
slugify-value/.github/dependabot.yml
Romain Lespinasse d21d9108d1 build: standardize dependabot config and enable auto-merge for minor/patch updates
Groups minor/patch updates for auto-merge once CI passes, keeps majors as
individual PRs for manual review, adds a cooldown window, standardizes the
commit-message prefix to build(deps), and restores default dependency labeling.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-24 22:35:13 +02:00

19 lines
347 B
YAML

version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
cooldown:
default-days: 5
commit-message:
prefix: 'build'
include: 'scope'
groups:
dependencies:
patterns:
- '*'
update-types:
- 'minor'
- 'patch'