Target only security updates (#1400)
This commit is contained in:
parent
1fbdac8d38
commit
9b3d90e9c7
1 changed files with 6 additions and 0 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
@ -7,6 +7,9 @@ updates:
|
|||
interval: "daily"
|
||||
reviewers:
|
||||
- "saleor-frontend"
|
||||
allowed_updates:
|
||||
- match:
|
||||
update_type: "security"
|
||||
|
||||
- target-branch: "3.0"
|
||||
package-ecosystem: "npm"
|
||||
|
@ -15,3 +18,6 @@ updates:
|
|||
interval: "daily"
|
||||
reviewers:
|
||||
- "saleor-frontend"
|
||||
allowed_updates:
|
||||
- match:
|
||||
update_type: "security"
|
||||
|
|
Loading…
Reference in a new issue