Browse Source

Update DavidAnson/markdownlint-cli2-action action to v13 (#4021)

* Update DavidAnson/markdownlint-cli2-action action to v13

* Update renovate.json

---------

Co-authored-by: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com>
hestiacp-bot 2 years ago
parent
commit
fd595b5440
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/lint.yml
  2. 1 1
      renovate.json

+ 1 - 1
.github/workflows/lint.yml

@@ -15,7 +15,7 @@ jobs:
         uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
 
       - name: Run markdownlint
-        uses: DavidAnson/markdownlint-cli2-action@8f3516061301755c97ff833a8e933f09282cc5b5 # v11
+        uses: DavidAnson/markdownlint-cli2-action@ed4dec634fd2ef689c7061d5647371d8248064f1 # v13
         with:
           globs: |
             *.md

+ 1 - 1
renovate.json

@@ -23,6 +23,6 @@
 	],
 	"enabledManagers": ["npm", "composer", "github-actions"],
 	"ignorePaths": ["**/node_modules/**", "install/deb/filemanager/filegator/composer.json"],
-	"reviewers": ["jaapmarcus", "krismkenn"],
+	"reviewers": ["jaapmarcus"],
 	"branchPrefix": "dependencies/"
 }