From fd474fcfa32c0ccabd06eea18832c85beec34124 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Fri, 18 Jun 2021 15:08:46 -0400 Subject: [PATCH] Depedabot config should be in .github/ (#3113) Signed-off-by: Sebastian Malton --- .dependabot/config.yml | 21 --------------------- .github/dependabot.yml | 20 ++++++++++++++++---- 2 files changed, 16 insertions(+), 25 deletions(-) delete mode 100644 .dependabot/config.yml diff --git a/.dependabot/config.yml b/.dependabot/config.yml deleted file mode 100644 index 10842da386..0000000000 --- a/.dependabot/config.yml +++ /dev/null @@ -1,21 +0,0 @@ -# See https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates -# for config options - -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - open-pull-requests-limit: 4 - reviewers: - - "lensapp/lens-maintainers" - labels: - - "dependencies" - versioning-strategy: - lockfile-only: false - increase: true - ignore: - - dependency-name: "*" - update-types: - - version-update:semver-major diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9770f52991..10842da386 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,21 @@ -# Please see the documentation for all configuration options: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# See https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates +# for config options version: 2 updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "npm" + directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 4 + reviewers: + - "lensapp/lens-maintainers" + labels: + - "dependencies" + versioning-strategy: + lockfile-only: false + increase: true + ignore: + - dependency-name: "*" + update-types: + - version-update:semver-major