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