diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 434e7279..9380a5ce 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,14 +9,6 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" - - package-ecosystem: "cargo" # See documentation for possible values - directory: "/ui/backend" # Location of package manifests - schedule: - interval: "weekly" - - package-ecosystem: "npm" # See documentation for possible values - directory: "/ui" # Location of package manifests - schedule: - interval: "weekly" - package-ecosystem: "docker" # See documentation for possible values directory: "/" # Location of package manifests schedule: |
