Skip to content

Commit 810144a

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 ab72bda commit 810144a

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
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",

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
with:
1818
persist-credentials: false
19-
- uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0.0
19+
- uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
2020

2121
- run: uv build
2222

.pre-commit-config.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,18 @@ repos:
4444
hooks:
4545
- id: mdformat
4646
additional_dependencies:
47-
- mdformat-gfm==0.4.1
48-
- mdformat-ruff==0.1.3
49-
- mdformat-shfmt==0.2.0
50-
- mdformat_tables==1.0.0
47+
- mdformat-gfm==1.0.0
5148
- repo: https://github.com/codespell-project/codespell
5249
rev: v2.4.1
5350
hooks:
5451
- id: codespell
5552
additional_dependencies:
5653
- tomli
5754
- repo: https://github.com/rhysd/actionlint
58-
rev: v1.7.7
55+
rev: v1.7.8
5956
hooks:
6057
- id: actionlint
6158
- repo: https://github.com/woodruffw/zizmor-pre-commit
62-
rev: v1.14.2
59+
rev: v1.15.2
6360
hooks:
6461
- id: zizmor

0 commit comments

Comments
 (0)