diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ff4c46e..b40a8b72 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,11 @@ updates: interval: weekly groups: pip: + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: "github-actions" directory: "/" @@ -13,4 +18,6 @@ updates: interval: weekly groups: - actions: \ No newline at end of file + actions: + patterns: + - "*" \ No newline at end of file