-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Labels
tech-debtA chore that addresses technical debtA chore that addresses technical debt
Description
Description
Currently, Dependabot will open pull requests for new patch versions:
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
update-types:
- version-update:semver-minor
- version-update:semver-major
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"We want to start consuming minor versions.
Expected Output
Dependabot is configured to consume minor versions.
Metadata
Metadata
Assignees
Labels
tech-debtA chore that addresses technical debtA chore that addresses technical debt