diff options
| author | Jim Lawson | 2020-06-23 17:58:38 -0700 |
|---|---|---|
| committer | GitHub | 2020-06-24 00:58:38 +0000 |
| commit | 64dcd55c1c0b03f8bb9b72cd687fa3b2f416c631 (patch) | |
| tree | f20082f719ae704bdd0eee828aa2bbcda595b87f /.scala-steward.conf | |
| parent | 369bb6ece49dfb75de2a1d7784298477d60e7bcb (diff) | |
Add .scala-steward.conf (#1495)
Diffstat (limited to '.scala-steward.conf')
| -rw-r--r-- | .scala-steward.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.scala-steward.conf b/.scala-steward.conf new file mode 100644 index 00000000..4e8076f3 --- /dev/null +++ b/.scala-steward.conf @@ -0,0 +1,2 @@ +updates.ignore = [ { groupId = "edu.berkeley.cs", artifactId = "firrtl" } ] +pullRequests.frequency = "0 0 1 * *" # The first of every month |
