diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8739e7f..eeab889 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,18 +4,18 @@ updates: directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 5 + open-pull-requests-limit: 10 groups: - python-minor-patch: - update-types: - - "minor" - - "patch" - python-major: - update-types: - - "major" + all-dependencies: + patterns: + - "*" - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 3 + open-pull-requests-limit: 10 + groups: + docker: + patterns: + - "*" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61140a8..4e9a7e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,10 +4,6 @@ on: push: branches: [main] pull_request: - paths: - - 's3proxy/**' - - 'tests/**' - - 'pyproject.toml' workflow_dispatch: jobs: