-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Package ecosystem
npm
Package manager version
10.9.2
Language version
22.11.0
Manifest location and content before the Dependabot update
No response
dependabot.yml content
version: 2
updates:
# Fetch and update latest `npm|yarn|pnpm` packages
- package-ecosystem: npm
directory: /
schedule:
interval: monthly
day: monday
time: '01:00'
# UTC -03:00
timezone: America/Sao_Paulo
labels:
- dependencies
open-pull-requests-limit: 1
versioning-strategy: auto
# Fetch and update latest `github-actions` pkgs
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
day: monday
time: '01:00'
# UTC -03:00
timezone: America/Sao_Paulo
labels:
- dependencies
open-pull-requests-limit: 1Updated dependency
No response
What you expected to see, versus what you actually saw
I had some tests with the following config.
commit-message:
prefix: chore
include: scopeThe PR title generated was chore(deps-dev): bump gulp-sass from ... as expected.
Now I removed the commit-message setting from config.
The PR title still uses the old config
chore(deps-dev): bump ...
My repo: https://github.com/tiagoporto/svg-music-logos/pulls
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
No response
Smallest manifest that reproduces the issue
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done