Skip to content

Commit

Permalink
check in ignore paths
Browse files Browse the repository at this point in the history
ignorePaths isn't mergeable, so we must specify the paths we want to
ignore. Otherwise we're going to get bogus suggestions like
nextest-rs/nextest#993.
  • Loading branch information
sunshowers committed Sep 30, 2023
1 parent f900016 commit 60c55d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"timezone": "America/Los_Angeles",
"schedule": ["after 8pm", "before 6am"],
"automergeSchedule": ["after 8pm", "before 6am"],
"ignorePaths": [
"workspace-hack/**",
"**/vendor/**"
],
"packageRules": [
{
"matchUpdateTypes": [
Expand Down

0 comments on commit 60c55d5

Please sign in to comment.