Skip to content

Commit

Permalink
ci(renovate): enable automerge & dedupe
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed May 6, 2024
1 parent 2ae08cd commit 454290d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"extends": [
"config:best-practices",
"schedule:weekly",
"schedule:automergeWeekly",
":automergeMinor",
":preserveSemverRanges"
],
"postUpdateOptions": ["yarnDedupeHighest"],
"ignoreDeps": ["@types/vscode"],
"ignorePaths": [".yarn/sdks/**"],
"bumpVersion": "patch",
"nix": {
"enabled": true
}
Expand Down

0 comments on commit 454290d

Please sign in to comment.