Skip to content

Commit ed81599

Browse files
authored
Merge pull request #29 from Staffbase/NFS-adding_dependabot
NFS: adding dependabot
2 parents eca48ad + 45a03c3 commit ed81599

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directory: "/"
14+
schedule:
15+
interval: "weekly"
16+
time: "08:00"
17+
timezone: "Europe/Berlin"
18+
open-pull-requests-limit: 5
19+
groups:
20+
composer-prod-updates:
21+
update-types:
22+
- "minor"
23+
- "patch"

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
phpunit-versions: ['latest']
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020

2121
- name: Setup PHP
2222
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)