Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(presets): match on devDependencies or dev for dev dependencies-related presets #33909

Merged
Prev Previous commit
Next Next commit
chore(presets): update snapshot for presets/index.spec.ts
alsyia committed Jan 30, 2025
commit ea7fc186be213ab63618899531980f8edca0cb4f
4 changes: 3 additions & 1 deletion lib/config/presets/__snapshots__/index.spec.ts.snap
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ exports[`config/presets/index resolvePreset migrates automerge in presets 1`] =
"Add the \`renovate/\` prefix to all branch names.",
"Use semantic commit type \`fix\` for dependencies and \`chore\` for all others if semantic commits are in use.",
"Require all status checks to pass before any automerging.",
"Pin dependency versions for \`devDependencies\` and retain SemVer ranges for others.",
"Pin dependency versions for development dependencies and retain SemVer ranges for others.",
],
"ignoreTests": false,
"ignoreUnstable": true,
@@ -111,6 +111,8 @@ exports[`config/presets/index resolvePreset migrates automerge in presets 1`] =
{
"matchDepTypes": [
"devDependencies",
"dev-dependencies",
"dev",
],
"rangeStrategy": "pin",
},