We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eca48ad + 45a03c3 commit ed81599Copy full SHA for ed81599
2 files changed
.github/dependabot.yml
@@ -0,0 +1,23 @@
1
+version: 2
2
+updates:
3
+
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+ time: "08:00"
9
+ timezone: "Europe/Berlin"
10
+ open-pull-requests-limit: 5
11
12
+ - package-ecosystem: "composer"
13
14
15
16
17
18
19
+ groups:
20
+ composer-prod-updates:
21
+ update-types:
22
+ - "minor"
23
+ - "patch"
.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
0 commit comments