diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91c0439..06b77e3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,12 @@ version: 2 updates: + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "monthly" + commit-message: + prefix: "chore(deps): " - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 6665c0b..51df441 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false runs-on: ${{ matrix.operating-system }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/typo.yml b/.github/workflows/typo.yml index e405d95..f772c52 100644 --- a/.github/workflows/typo.yml +++ b/.github/workflows/typo.yml @@ -6,7 +6,7 @@ jobs: name: Check for typos / misspells runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run misspell with reviewdog uses: reviewdog/action-misspell@v1 diff --git a/composer.json b/composer.json index b885691..522969d 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,6 @@ "test": "tester tests -s -p php" }, "require-dev": { - "nette/tester": "^2.6.0" + "nette/tester": "^2.6.1" } } \ No newline at end of file