Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Print config file
run: cat .github/markdownlint/.markdownlint-cli2.yaml
- name: Run markdownlint with rules as container
uses: YannickTeKulve/docker-run-action@37eb44806428df732c5cc168b96f2b6be8153632
uses: YannickTeKulve/docker-run-action@37eb44806428df732c5cc168b96f2b6be8153632 # v0.0.6
continue-on-error: false
with:
image: davidanson/markdownlint-cli2-rules:v0.19.1
Expand Down
15 changes: 0 additions & 15 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"config:recommended",
// https://docs.renovatebot.com/presets-default/#separatemultiplemajorreleases
":separateMultipleMajorReleases",
// https://docs.renovatebot.com/presets-default/#separatepatchreleases
":separatePatchReleases",
// set timezone to local one to ensure schedules are run
// https://docs.renovatebot.com/configuration-options/#timezone
":timezone(America/Toronto)",
Expand Down Expand Up @@ -43,19 +41,6 @@
"matchPackageNames": ["/reuse-tool/", "/reuse-action/"],
"groupName": "reuse",
},
// Reduce noise of pre-commit hooks
{
"matchManagers": [
"pre-commit",
],
"groupName": "pre-commit hooks",
"separateMajorMinor": false,
"separateMinorPatch": false,
// Restrict to weekly updates
"schedule": [
"before 12pm on Monday",
],
},
],
// add custom manager for pinning version in GitHub action docker-run specifying a container image
"customManagers": [
Expand Down