We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b598801 commit ec95e3aCopy full SHA for ec95e3a
.github/renovate.json
@@ -2,7 +2,8 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"config:recommended",
5
- ":dependencyDashboard"
+ ":dependencyDashboard",
6
+ "helpers:pinGitHubActionDigests"
7
],
8
"automerge": true,
9
"automergeType": "pr",
.pre-commit-config.yaml
@@ -52,3 +52,7 @@ repos:
52
- id: codespell
53
additional_dependencies:
54
- tomli
55
+- repo: https://github.com/rhysd/actionlint
56
+ rev: v1.7.7
57
+ hooks:
58
+ - id: actionlint
0 commit comments