-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
F: preview-migrationIssue relates to migrating from Dependabot PreviewIssue relates to migrating from Dependabot PreviewKeepExempt this from being marked by stalebotExempt this from being marked by stalebotauto-mergeservice 💁Relates to Dependabot features GitHub providesRelates to Dependabot features GitHub provides
Description
For my private repository it's not possible to add the auto merge feature. I added dependabot via the web interface and I receive PRs but the PRs are not merged automatically.
After this did not work I also tried via the dependabot config. The behaviour is the same. The check runs daily and creates PRs but does not merge them.
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "daily"
automerged_updates:
- match:
dependency_type: "development"
# Supported dependency types:
# - "development"
# - "production"
# - "all"
update_type: "all"
# Supported updates to automerge:
# - "security:patch"
# SemVer patch update that fixes a known security vulnerability
# - "semver:patch"
# SemVer patch update, e.g. > 1.x && 1.0.1 to 1.0.3
# - "semver:minor"
# SemVer minor update, e.g. > 1.x && 2.1.4 to 2.3.1
# - "in_range"
# matching the version requirement in your package manifest
# - "all"
- match:
dependency_type: "production"
update_type: "all"
jonasbb, EvHaus, nickgrealy, kylerjensen, AnandChowdhary and 95 moreEllaMartinez1981 and wagoodmanEllaMartinez1981, kshyk and wagoodmanEllaMartinez1981 and wagoodman
Metadata
Metadata
Assignees
Labels
F: preview-migrationIssue relates to migrating from Dependabot PreviewIssue relates to migrating from Dependabot PreviewKeepExempt this from being marked by stalebotExempt this from being marked by stalebotauto-mergeservice 💁Relates to Dependabot features GitHub providesRelates to Dependabot features GitHub provides
Type
Projects
Status
Planned