diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a29c684 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + time: "08:00" + timezone: "Europe/Berlin" + open-pull-requests-limit: 5 + + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "weekly" + time: "08:00" + timezone: "Europe/Berlin" + open-pull-requests-limit: 5 + groups: + composer-prod-updates: + update-types: + - "minor" + - "patch" diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index aab5766..3391325 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -16,7 +16,7 @@ jobs: phpunit-versions: ['latest'] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2