Skip to content

Commit

Permalink
Slow down ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Sep 12, 2023
1 parent 804ade7 commit f285b47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
},
{
"matchPackagePatterns": ["ruff"],
"groupName": "ruff"
"groupName": "ruff",
"schedule": [
"on the first day of the month"
]
}
]
}

0 comments on commit f285b47

Please sign in to comment.