diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index aa6ff02..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,33 +0,0 @@ -version: 2 -updates: - - package-ecosystem: github-actions - directory: / - labels: - - dependabot - - actions - schedule: - interval: daily - groups: - minor-patch: - update-types: - - "minor" - - "patch" - - - package-ecosystem: npm - directory: / - labels: - - dependabot - - npm - schedule: - interval: daily - groups: - prod-deps: - dependency-type: "production" - update-types: - - "minor" - - "patch" - dev-deps: - dependency-type: "development" - update-types: - - "minor" - - "patch"