diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 20cfb750..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -version: 2 -updates: - - package-ecosystem: github-actions - directory: "/" - groups: - github-actions: - patterns: - - "*" - schedule: - interval: monthly - - package-ecosystem: npm - directory: "/" - groups: - npm-dependencies: - patterns: - - "*" - schedule: - interval: monthly