Skip to content

Commit

Permalink
Create Dependabot config file (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Yo <yoanm@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] and yoanm authored Jul 9, 2020
1 parent 53d0695 commit 4ed9d1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion features/demo_app/src/DefaultKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class DefaultKernel extends AbstractKernel
{
public function registerBundles()
public function registerBundles(): iterable
{
$contents = require $this->getProjectDir().'/'.$this->getConfigDirectory().'/bundles.php';
foreach ($contents as $class => $envs) {
Expand Down

0 comments on commit 4ed9d1f

Please sign in to comment.