You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
- package-ecosystem: "npm"directory: "/typespec/"schedule:
interval: "weekly"groups:
typespec:
applies-to: version-updatespatterns:
- "*"# Matches all dependenciesupdate-types:
- "patch"# Only allow patch updates for regular version updates
Updated dependency
From: "@azure-tools/typespec-autorest": "~0.46.0"
To: "@azure-tools/typespec-autorest": "~0.48.0"
What you expected to see, versus what you actually saw
We referred to documentation docs-configuration and updated the package.json (using tilde) and the dependabot.yml configuration. Both files specify that only patch versions should be updated for dependencies under /typespec/ folder.
Expected: No PRs for dependencies in /typespec/ folder for major, minor version updates.
Actual: We see a new PR that came in today https://github.com/radius-project/radius/pull/8100/files with a suggestion to bump the dependency @azure-tools/typespec-autorest from version 0.46.0 to 0.48.0. Dependabot PR link
Pls advise if package.json/dependabot.yml needs further updates/this is a bug.
Native package manager behavior
NA
Images of the diff or a link to the PR, issue, or logs
Is there an existing issue for this?
Package ecosystem
npm
Package manager version
No response
Language version
No response
Manifest location and content before the Dependabot update
link to file: https://github.com/radius-project/radius/blob/main/typespec/package.json
dependabot.yml content
link to file: https://github.com/radius-project/radius/blob/1f241e39854dc13523f4c486b7b4bd88d85828c1/.github/dependabot.yml#L31
Updated dependency
From: "@azure-tools/typespec-autorest": "~0.46.0"
To: "@azure-tools/typespec-autorest": "~0.48.0"
What you expected to see, versus what you actually saw
We referred to documentation docs-configuration and updated the package.json (using tilde) and the dependabot.yml configuration. Both files specify that only patch versions should be updated for dependencies under /typespec/ folder.
Expected: No PRs for dependencies in /typespec/ folder for major, minor version updates.
Actual: We see a new PR that came in today https://github.com/radius-project/radius/pull/8100/files with a suggestion to bump the dependency @azure-tools/typespec-autorest from version 0.46.0 to 0.48.0. Dependabot PR link
Pls advise if package.json/dependabot.yml needs further updates/this is a bug.
Native package manager behavior
NA
Images of the diff or a link to the PR, issue, or logs
Dependabot PR link
Smallest manifest that reproduces the issue
The text was updated successfully, but these errors were encountered: