Skip to content

Commit d6012ef

Browse files
committed
ci: Setup dependabot
Signed-off-by: provokateurin <kate@provokateurin.de>
1 parent 3a53791 commit d6012ef

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: composer
4+
directory: "/"
5+
commit-message:
6+
prefix: "chore"
7+
include: "scope"
8+
versioning-strategy: "increase"
9+
schedule:
10+
interval: weekly
11+
day: saturday
12+
time: "03:00"
13+
timezone: Europe/Berlin
14+
- package-ecosystem: npm
15+
directory: "/"
16+
commit-message:
17+
prefix: "chore"
18+
include: "scope"
19+
versioning-strategy: "increase"
20+
schedule:
21+
interval: weekly
22+
day: saturday
23+
time: "03:00"
24+
timezone: Europe/Berlin

0 commit comments

Comments
 (0)