Skip to content

Commit

Permalink
Merge pull request #32 from mlocati/skip-core-update-check
Browse files Browse the repository at this point in the history
Set concrete.updates.skip_core to true to avoid core updates via dashboard
  • Loading branch information
KorvinSzanto authored Oct 2, 2019
2 parents 7e301a2 + c6bc0c5 commit a11eae8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/application/config/concrete.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
'updates' => [
// Skip the automatic check of new concrete5 versions availability
'skip_core' => true,
],
];

0 comments on commit a11eae8

Please sign in to comment.