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]