Remove depedabot config file (#1469)
This commit is contained in:
parent
2645f69d30
commit
3083f65744
1 changed files with 0 additions and 23 deletions
23
.github/dependabot.yml
vendored
23
.github/dependabot.yml
vendored
|
@ -1,23 +0,0 @@
|
||||||
version: 2
|
|
||||||
updates:
|
|
||||||
- target-branch: "master"
|
|
||||||
package-ecosystem: "npm"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "daily"
|
|
||||||
reviewers:
|
|
||||||
- "saleor-frontend"
|
|
||||||
allowed_updates:
|
|
||||||
- match:
|
|
||||||
update_type: "security"
|
|
||||||
|
|
||||||
- target-branch: "3.0"
|
|
||||||
package-ecosystem: "npm"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "daily"
|
|
||||||
reviewers:
|
|
||||||
- "saleor-frontend"
|
|
||||||
allowed_updates:
|
|
||||||
- match:
|
|
||||||
update_type: "security"
|
|
Loading…
Reference in a new issue