From 5b986c95ddd9a3a5955758f7fac1d0e3d681f34b Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 10 May 2021 11:41:21 +0300 Subject: [PATCH] .github/dependabot.yml: remove automated dependency version checks Dependency updates must be under manual control, since the resulting code diffs must be reviewed manually for the sake of security. It is done with `make vendor-update` now. --- .github/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 123014908..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily"