From fde67dc032c03559652a4f2dd1ea0915bf0030ea Mon Sep 17 00:00:00 2001 From: "jinli.yl" Date: Thu, 20 Aug 2026 16:12:31 +0800 Subject: [PATCH] ci: remove Dependabot configuration --- .github/dependabot.yml | 98 ------------------------------------------ 1 file changed, 98 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 93ba7c52..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,98 +0,0 @@ -version: 2 - -updates: - - package-ecosystem: github-actions - directory: / - schedule: - interval: weekly - day: monday - time: "09:00" - timezone: Asia/Shanghai - groups: - actions-minor-and-patch: - patterns: ["*"] - update-types: [minor, patch] - - - package-ecosystem: pip - directory: / - schedule: - interval: weekly - day: monday - time: "09:00" - timezone: Asia/Shanghai - groups: - python-minor-and-patch: - patterns: ["*"] - update-types: [minor, patch] - - - package-ecosystem: pip - directory: /packages/reme_ai_studio - schedule: - interval: weekly - day: monday - time: "09:00" - timezone: Asia/Shanghai - groups: - python-minor-and-patch: - patterns: ["*"] - update-types: [minor, patch] - - - package-ecosystem: pip - directory: /plugins/auto-fin - schedule: - interval: weekly - day: monday - time: "09:00" - timezone: Asia/Shanghai - groups: - python-minor-and-patch: - patterns: ["*"] - update-types: [minor, patch] - - - package-ecosystem: npm - directory: /website - schedule: - interval: weekly - day: monday - time: "09:00" - timezone: Asia/Shanghai - groups: - npm-minor-and-patch: - patterns: ["*"] - update-types: [minor, patch] - - - package-ecosystem: npm - directory: /github-pages - schedule: - interval: weekly - day: monday - time: "09:00" - timezone: Asia/Shanghai - groups: - npm-minor-and-patch: - patterns: ["*"] - update-types: [minor, patch] - - - package-ecosystem: npm - directory: /integrations/dsh - schedule: - interval: weekly - day: monday - time: "09:00" - timezone: Asia/Shanghai - groups: - npm-minor-and-patch: - patterns: ["*"] - update-types: [minor, patch] - - - package-ecosystem: npm - directory: /skills/dingtalk-message - schedule: - interval: weekly - day: monday - time: "09:00" - timezone: Asia/Shanghai - groups: - npm-minor-and-patch: - patterns: ["*"] - update-types: [minor, patch]