diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dee1ed1f62..e535e897ce 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,16 +16,17 @@ updates: - "dependencies" - "pip" - - package-ecosystem: "pip" - directory: "/api" - schedule: - interval: "daily" - open-pull-requests-limit: 10 - target-branch: master - labels: - - "dependencies" - - "pip" - - "component/api" + # Dependabot Updates are temporary disabled - 2025/03/19 + # - package-ecosystem: "pip" + # directory: "/api" + # schedule: + # interval: "daily" + # open-pull-requests-limit: 10 + # target-branch: master + # labels: + # - "dependencies" + # - "pip" + # - "component/api" - package-ecosystem: "github-actions" directory: "/" @@ -37,16 +38,17 @@ updates: - "dependencies" - "github_actions" - - package-ecosystem: "npm" - directory: "/ui" - schedule: - interval: "daily" - open-pull-requests-limit: 10 - target-branch: master - labels: - - "dependencies" - - "npm" - - "component/ui" + # Dependabot Updates are temporary disabled - 2025/03/19 + # - package-ecosystem: "npm" + # directory: "/ui" + # schedule: + # interval: "daily" + # open-pull-requests-limit: 10 + # target-branch: master + # labels: + # - "dependencies" + # - "npm" + # - "component/ui" - package-ecosystem: "docker" directory: "/"