diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2e89d50..0f5ed47 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -56,30 +56,3 @@ updates: - major patterns: - "*" - - - package-ecosystem: github-actions - open-pull-requests-limit: 5 - directory: / - schedule: - interval: weekly - day: monday - time: "10:00" - timezone: America/Montreal - reviewers: - - potloc/data-engineering - assignees: - - potloc/data-engineering - labels: - - github-actions - - dependencies - groups: - minor-updates: - update-types: - - minor - patterns: - - "*" - major-updates: - update-types: - - major - patterns: - - "*"