Skip to content

Commit 46d056b

Browse files
authored
Merge pull request #179 from Progi1984/dependabot
Added dependabot
2 parents 4365b43 + 652260a commit 46d056b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
day: monday
8+
time: "04:00"
9+
open-pull-requests-limit: 10
10+
target-branch: main
11+
reviewers:
12+
- "PrestaShop/qa-automation"
13+
labels:
14+
- "dependencies"
15+
- "E2E Tests"
16+
- "TE"

0 commit comments

Comments
 (0)