Add dependabot config file (#1386)
This commit is contained in:
parent
5fe4575d3d
commit
1fbdac8d38
1 changed files with 17 additions and 0 deletions
17
.github/dependabot.yml
vendored
Normal file
17
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
version: 2
|
||||
updates:
|
||||
- target-branch: "master"
|
||||
package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
reviewers:
|
||||
- "saleor-frontend"
|
||||
|
||||
- target-branch: "3.0"
|
||||
package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
reviewers:
|
||||
- "saleor-frontend"
|
Loading…
Reference in a new issue