diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index a47a9fc..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "vocabulary"] - path = vocabulary - url = git@github.com:stakater/vocabulary.git diff --git a/.vale.ini b/.vale.ini index 56d1b75..a170eb4 100644 --- a/.vale.ini +++ b/.vale.ini @@ -1,7 +1,8 @@ -StylesPath = "vocabulary/styles" +StylesPath = styles MinAlertLevel = warning -Vocab = "Stakater" +Packages = https://github.com/stakater/vale-package/releases/download/v0.0.8/Stakater.zip +Vocab = Stakater # Only check MarkDown files [*.md] diff --git a/renovate.json b/renovate.json index 39a2b6e..39e3895 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,21 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:recommended" + ], + "labels": [ + "dependencies" + ], + "customManagers": [ + { + "customType": "regex", + "fileMatch": [ + ".vale.ini" + ], + "matchStrings": [ + "https:\/\/github\\.com\/(?.*)\/releases\/download\/(?.*)\/.*\\.zip" + ], + "datasourceTemplate": "github-releases" + } ] } diff --git a/vocabulary b/vocabulary deleted file mode 160000 index 3c2fb95..0000000 --- a/vocabulary +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3c2fb959f9b2921eeae5f232c2955f8db0424f7d