Skip to content

Commit

Permalink
fix: don't bump prettier for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Nov 16, 2023
1 parent dc47a5c commit 404e81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
labels: ["dependencies"],
rangeStrategy: "bump",
packageRules: [{ depTypeList: ["peerDependencies"], enabled: false }],
ignoreDeps: ["generouted"]
ignoreDeps: ["generouted", "prettier"]
}

0 comments on commit 404e81f

Please sign in to comment.