diff options
author | Valery Piashchynski <[email protected]> | 2021-01-25 16:07:14 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-25 16:07:14 +0300 |
commit | 99bf203511b8af4be37186017e2e0c73a030d4f3 (patch) | |
tree | f9c0c3876ef542217a8bd7ff17f90bffc018132f /.github/dependabot.yml | |
parent | aa3a6a18c7d0cd08da0465377d22caa0cb5a4ff6 (diff) |
Remove windows workflows as not responding to the fails
Update dependabot.yml
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6143fb25..3483c95e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: gomod # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "daily" |