From 280c316789f845ae0839ccc61623a7bbd7664d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 16 Jan 2025 19:49:44 +0100 Subject: [PATCH] chore: update shared files Automated update of shared files from the social-core repository, see https://github.com/python-social-auth/.github/blob/main/repo-sync.py --- .github/renovate.json | 4 ++++ .pre-commit-config.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 41c6edb..19a79f8 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,6 +4,10 @@ "config:recommended", ":dependencyDashboard" ], + "automerge": true, + "automergeType": "pr", + "automergeStrategy": "rebase", + "platformAutomerge": true, "pre-commit": { "enabled": true }, diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f424973..b76edc6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: pretty-format-json args: [--no-sort-keys, --autofix, --no-ensure-ascii] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.1 + rev: v0.9.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]