Skip to content

Commit d9f844a

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 c5a05c4 commit d9f844a

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

.github/renovate.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended",
4+
"config:best-practices",
55
":dependencyDashboard",
66
"helpers:pinGitHubActionDigests"
77
],
8+
"rangeStrategy": "widen",
89
"automerge": true,
910
"automergeType": "pr",
1011
"automergeStrategy": "rebase",
1112
"platformAutomerge": true,
1213
"pre-commit": {
1314
"enabled": true
1415
},
16+
"poetry": {
17+
"enabled": false
18+
},
1519
"customManagers": [
1620
{
1721
"customType": "regex",
18-
"fileMatch": [
19-
"\\.pre-commit-config\\.yaml"
22+
"managerFilePatterns": [
23+
"/\\.pre-commit-config\\.yaml/"
2024
],
2125
"matchStrings": [
2226
"(?<depName>[^'\" ]+)==(?<currentValue>[^'\" ,\\s]+)"
@@ -26,8 +30,8 @@
2630
},
2731
{
2832
"customType": "regex",
29-
"fileMatch": [
30-
"\\.pre-commit-config\\.yaml"
33+
"managerFilePatterns": [
34+
"/\\.pre-commit-config\\.yaml/"
3135
],
3236
"matchStrings": [
3337
"(?<depName>[^'\" ]+)@(?<currentValue>[^'\" ,\\s]+)"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
permissions:
1414
id-token: write
1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
with:
1818
persist-credentials: false
19-
- uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
19+
- uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
2020

2121
- run: uv build
2222

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -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.11.6
20+
rev: v0.13.2
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]
@@ -27,12 +27,12 @@ repos:
2727
- id: check-hooks-apply
2828
- id: check-useless-excludes
2929
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
30-
rev: v2.14.0
30+
rev: v2.15.0
3131
hooks:
3232
- id: pretty-format-yaml
3333
args: [--autofix, --indent, '2']
3434
- repo: https://github.com/pappasam/toml-sort
35-
rev: v0.24.2
35+
rev: v0.24.3
3636
hooks:
3737
- id: toml-sort-fix
3838
- repo: https://github.com/abravalheri/validate-pyproject
@@ -59,6 +59,6 @@ repos:
5959
hooks:
6060
- id: actionlint
6161
- repo: https://github.com/woodruffw/zizmor-pre-commit
62-
rev: v1.6.0
62+
rev: v1.14.2
6363
hooks:
6464
- id: zizmor

0 commit comments

Comments
 (0)