File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 - name : Print config file
6565 run : cat .github/markdownlint/.markdownlint-cli2.yaml
6666 - name : Run markdownlint with rules as container
67- uses : YannickTeKulve/docker-run-action@37eb44806428df732c5cc168b96f2b6be8153632
67+ uses : YannickTeKulve/docker-run-action@37eb44806428df732c5cc168b96f2b6be8153632 # v0.0.6
6868 continue-on-error : false
6969 with :
7070 image : davidanson/markdownlint-cli2-rules:v0.19.1
Original file line number Diff line number Diff line change 88 "config:recommended" ,
99 // https://docs.renovatebot.com/presets-default/#separatemultiplemajorreleases
1010 ":separateMultipleMajorReleases" ,
11- // https://docs.renovatebot.com/presets-default/#separatepatchreleases
12- ":separatePatchReleases" ,
1311 // set timezone to local one to ensure schedules are run
1412 // https://docs.renovatebot.com/configuration-options/#timezone
1513 ":timezone(America/Toronto)" ,
4341 "matchPackageNames" : [ "/reuse-tool/" , "/reuse-action/" ] ,
4442 "groupName" : "reuse" ,
4543 } ,
46- // Reduce noise of pre-commit hooks
47- {
48- "matchManagers" : [
49- "pre-commit" ,
50- ] ,
51- "groupName" : "pre-commit hooks" ,
52- "separateMajorMinor" : false ,
53- "separateMinorPatch" : false ,
54- // Restrict to weekly updates
55- "schedule" : [
56- "before 12pm on Monday" ,
57- ] ,
58- } ,
5944 ] ,
6045 // add custom manager for pinning version in GitHub action docker-run specifying a container image
6146 "customManagers" : [
You can’t perform that action at this time.
0 commit comments