Skip to content

Commit

Permalink
chore(presets): update snapshot for presets/index.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alsyia committed Jan 30, 2025
1 parent a965dfc commit ea7fc18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/config/presets/__snapshots__/index.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -111,6 +111,8 @@ exports[`config/presets/index resolvePreset migrates automerge in presets 1`] =
{
"matchDepTypes": [
"devDependencies",
"dev-dependencies",
"dev",
],
"rangeStrategy": "pin",
},
Expand Down

0 comments on commit ea7fc18

Please sign in to comment.