Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f7f536

Browse files
authored
chore: clean up Renovate config (#89)
1 parent 5f778a2 commit 1f7f536

2 files changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/markdownlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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

renovate.json5

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
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)",
@@ -43,19 +41,6 @@
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": [

0 commit comments

Comments
 (0)