Skip to content

Commit ec95e3a

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 b598801 commit ec95e3a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended",
5-
":dependencyDashboard"
5+
":dependencyDashboard",
6+
"helpers:pinGitHubActionDigests"
67
],
78
"automerge": true,
89
"automergeType": "pr",

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ repos:
5252
- id: codespell
5353
additional_dependencies:
5454
- tomli
55+
- repo: https://github.com/rhysd/actionlint
56+
rev: v1.7.7
57+
hooks:
58+
- id: actionlint

0 commit comments

Comments
 (0)