diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bad6ba3f62a..bd72c5b9396 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,7 @@ updates: schedule: # Check for updates once a week interval: 'weekly' + groups: + actions: + patterns: + - "*" diff --git a/pyproject.toml b/pyproject.toml index 4e770a01e0f..72bf2931e72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -271,3 +271,8 @@ testpaths = ["xarray/tests", "properties"] [tool.aliases] test = "pytest" + +[tool.repo-review] +ignore = [ + "PP308" # This option creates a large amount of log lines. +]