Skip to content

Commit e4b6e62

Browse files
authored
- December 2024 batch update (#137)
* - December 2024 batch update * - added renovate * - added empty line
1 parent de3ff09 commit e4b6e62

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

.github/workflows/check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ on:
99
jobs:
1010
build:
1111
name: "Checking the package: testing and linting"
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313

1414
strategy:
1515
matrix:
1616
php: ["8.2", "8.3"]
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4.2.2
2020

2121
- name: Setup PHP
22-
uses: shivammathur/setup-php@v2
22+
uses: shivammathur/setup-php@2.31.1
2323
with:
2424
php-version: ${{ matrix.php }}
2525
coverage: none
2626

2727
- name: Cache composer dependencies
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4.2.0
2929
with:
3030
path: vendor
3131
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

renovate.json5

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"github>blumilksoftware/infrastructure//renovate/presets/default.json5",
5+
],
6+
"additionalReviewers": [
7+
"Blusia", // Agnieszka Rudek
8+
],
9+
}

0 commit comments

Comments
 (0)