Skip to content

Commit 46f935d

Browse files
committed
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
1 parent 0e2616e commit 46f935d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"config:recommended",
55
":dependencyDashboard"
66
],
7+
"automerge": true,
8+
"automergeType": "pr",
9+
"automergeStrategy": "rebase",
10+
"platformAutomerge": true,
711
"pre-commit": {
812
"enabled": true
913
},

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: pretty-format-json
1818
args: [--no-sort-keys, --autofix, --no-ensure-ascii]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.9.1
20+
rev: v0.9.2
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)