diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b2470b641..1b1554b23 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -72,6 +72,22 @@ "lint", "types" ], + matchPackagePatterns: [ + // Generated from the dependency dashboard, may not be complete. + "^(.*/)?autoflake$", + "^(.*/)?black$", + "^(.*/)?flake8$", + "^(.*/)?hypothesis$", + "^(.*/)?pycodestyle$", + "^(.*/)?pyfakefs$", + "^(.*/)?pyflakes$", + "^(.*/)?pylint$", + "^(.*/)?pytest", + "^(.*/)?responses$", + "^(.*/)?ruff$", + "^(.*/)?twine$", + "^(.*/)?types-" + ], matchUpdateTypes: ["minor", "patch", "pin", "digest"], prPriority: -1, automerge: true @@ -95,7 +111,23 @@ groupSlug: "dev-dependencies", matchDepTypes: ["devDependencies"], matchUpdateTypes: ["major"], - prPriority: -3 + prPriority: -3, + matchPackagePatterns: [ + // Generated from the dependency dashboard, may not be complete. + "^(.*/)?autoflake$", + "^(.*/)?black$", + "^(.*/)?flake8$", + "^(.*/)?hypothesis$", + "^(.*/)?pycodestyle$", + "^(.*/)?pyfakefs$", + "^(.*/)?pyflakes$", + "^(.*/)?pylint$", + "^(.*/)?pytest", + "^(.*/)?responses$", + "^(.*/)?ruff$", + "^(.*/)?twine$", + "^(.*/)?types-" + ] }, { // Pyright makes regular breaking changes in patch releases, so we separate these