Skip to content

Commit ffae4d9

Browse files
committed
AUto merge and add compsoer
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
1 parent 073d880 commit ffae4d9

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
version: 2
22
updates:
3+
- package-ecosystem: composer
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
day: saturday
8+
time: "03:00"
9+
timezone: Europe/Paris
10+
open-pull-requests-limit: 10
11+
labels:
12+
- 3. to review
13+
- dependencies
314
- package-ecosystem: npm
415
directory: "/"
516
schedule:
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
name: Dependabot auto approve
1+
name: Dependabot
22
on: pull_request
33

44
jobs:
5-
build:
5+
auto-approve:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: hmarr/auto-approve-action@v2.0.0
99
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
1010
with:
1111
github-token: "${{ secrets.GITHUB_TOKEN }}"
12+
13+
auto-merge:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: ahmadnassri/action-dependabot-auto-merge@v1

0 commit comments

Comments
 (0)