From b0188fe74ff00c32be2b5eeae3c0ff32808d9525 Mon Sep 17 00:00:00 2001 From: sarayourfriend <24264157+sarayourfriend@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:10:32 +1100 Subject: [PATCH] Remove dependabot configuration --- .github/dependabot.yml | 142 ----------------------------------------- 1 file changed, 142 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 1346acd8af1..00000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,142 +0,0 @@ -################################# -# Dependabot Configuration File # -################################# - -# current Github-native version of Dependabot -version: 2 - -updates: - # Enable version updates for Python libs in Openverse API - - package-ecosystem: pip - # Look for a `Pipfile` in the `/api` directory - directory: /api - # Check for updates once a month - schedule: - interval: monthly - labels: - - "💻 aspect: code" - - "🧰 goal: internal improvement" - - "🟩 priority: low" - - "🐍 tech: python" - - "🧱 stack: api" - - dependencies - - # Enable version updates for Python libs in ingestion server - - package-ecosystem: pip - # Look for a `Pipfile` in the `/ingestion_server` directory - directory: /ingestion_server - # Check for updates once a month - schedule: - interval: monthly - labels: - - "💻 aspect: code" - - "🧰 goal: internal improvement" - - "🟩 priority: low" - - "🐍 tech: python" - - "🧱 stack: ingestion server" - - dependencies - - # Enable version updates for Python dev-libs in the catalog - # - # `requirements-dev.txt` can be updated more frequently than - # `requirements_prod.txt` since they are not pinned by the Airflow constraints - # file. - - package-ecosystem: pip - # Look for requirements file in the `/ingestion_server` directory - directory: /catalog - # Check for updates once a month - schedule: - interval: monthly - labels: - - "💻 aspect: code" - - "🧰 goal: internal improvement" - - "🟩 priority: low" - - "🐍 tech: python" - - "🧱 stack: catalog" - - dependencies - - # Enable version updates for Python libs in documentation - - package-ecosystem: pip - # Look for a `Pipfile` in the `/documentation` directory - directory: /documentation - # Check for updates once a month - schedule: - interval: monthly - labels: - - "💻 aspect: code" - - "🧰 goal: internal improvement" - - "🟩 priority: low" - - "🐍 tech: python" - - "🧱 stack: documentation" - - dependencies - - # Enable version updates for Python libs in automations/python - - package-ecosystem: pip - # Look for a `Pipfile` in the `/automations/python` directory - directory: /automations/python - # Check for updates once a month - schedule: - interval: monthly - labels: - - "💻 aspect: code" - - "🧰 goal: internal improvement" - - "🟩 priority: low" - - "🐍 tech: python" - - "🧱 stack: mgmt" - - dependencies - - # Enable version updates in github-actions - - package-ecosystem: "github-actions" - directory: / - schedule: - interval: "monthly" - labels: - - "💻 aspect: code" - - "🧰 goal: internal improvement" - - "🟩 priority: low" - - "🧱 stack: mgmt" - - dependencies - - - package-ecosystem: "github-actions" - directory: /actions/build-docs - schedule: - interval: "monthly" - labels: - - "💻 aspect: code" - - "🧰 goal: internal improvement" - - "🟩 priority: low" - - "🧱 stack: mgmt" - - dependencies - - - package-ecosystem: "github-actions" - directory: /actions/get-changes - schedule: - interval: "monthly" - labels: - - "💻 aspect: code" - - "🧰 goal: internal improvement" - - "🟩 priority: low" - - "🧱 stack: mgmt" - - dependencies - - - package-ecosystem: "github-actions" - directory: /actions/load-img - schedule: - interval: "monthly" - labels: - - "💻 aspect: code" - - "🧰 goal: internal improvement" - - "🟩 priority: low" - - "🧱 stack: mgmt" - - dependencies - - - package-ecosystem: "github-actions" - directory: /actions/setup-env - schedule: - interval: "monthly" - labels: - - "💻 aspect: code" - - "🧰 goal: internal improvement" - - "🟩 priority: low" - - "🧱 stack: mgmt" - - dependencies