File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 33 extends : [
44 'config:best-practices' ,
55 'helpers:pinGitHubActionDigestsToSemver' ,
6+ 'customManagers:githubActionsVersions' ,
67 ] ,
78 packageRules : [
89 {
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414
1515 - name : Install misspell
16+ env :
17+ # renovate: datasource=github-releases depName=golangci/misspell
18+ MISSPELL_VERSION : v0.7.0
1619 run : |
17- curl -sfL https://raw.githubusercontent.com/golangci/misspell/master/install-misspell.sh | sh -s -- -b bin
20+ curl -sfL https://raw.githubusercontent.com/golangci/misspell/${MISSPELL_VERSION}/install-misspell.sh \
21+ | sh -s -- -b bin ${MISSPELL_VERSION}
1822
1923 - name : Run misspell
2024 run : bin/misspell -error .
You can’t perform that action at this time.
0 commit comments