Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #917 from EOSIO/dependabot_update
Browse files Browse the repository at this point in the history
Removing NPM ecosystem from dependabot settings file
  • Loading branch information
Brad Hart authored Apr 23, 2021
2 parents eae048b + d7f2bcb commit 0c2dc24
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,3 @@ updates:
schedule:
interval: "weekly"
target-branch: "release/22.0.x"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
target-branch: "develop"
allowed_updates:
- match:
update_type: "security"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
target-branch: "release/21.0.x"
allowed_updates:
- match:
update_type: "security"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
target-branch: "release/22.0.x"
allowed_updates:
- match:
update_type: "security"

0 comments on commit 0c2dc24

Please sign in to comment.