Skip to content

Commit 7069c7d

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 6a23d57 commit 7069c7d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/renovate.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
":dependencyDashboard",
66
"helpers:pinGitHubActionDigests"
77
],
8-
"rangeStrategy": "widen",
98
"automerge": true,
109
"automergeType": "pr",
1110
"automergeStrategy": "rebase",
@@ -16,6 +15,14 @@
1615
"poetry": {
1716
"enabled": false
1817
},
18+
"packageRules": [
19+
{
20+
"matchDatasources": [
21+
"pypi"
22+
],
23+
"rangeStrategy": "widen"
24+
}
25+
],
1926
"customManagers": [
2027
{
2128
"customType": "regex",

.pre-commit-config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ repos:
4545
- id: mdformat
4646
additional_dependencies:
4747
- mdformat-gfm==1.0.0
48-
- mdformat-ruff==0.1.3
49-
- mdformat-shfmt==0.2.0
50-
- mdformat_tables==1.0.0
5148
- repo: https://github.com/codespell-project/codespell
5249
rev: v2.4.1
5350
hooks:

0 commit comments

Comments
 (0)