diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index b72e32c..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,21 +0,0 @@ -version: 2 -updates: - - package-ecosystem: github-actions - directory: / - schedule: - interval: weekly - day: monday - groups: - github-actions: - patterns: - - "*" - - - package-ecosystem: pip - directory: /core - schedule: - interval: weekly - day: monday - groups: - python-deps: - patterns: - - "*"