diff --git a/.commitlintrc.json b/.commitlintrc.json index f95f9f7..c30e5a9 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -1,6 +1,3 @@ { - "extends": ["@commitlint/config-conventional"], - "rules": { - "body-max-line-length": [0, "never"] - } + "extends": ["@commitlint/config-conventional"] } diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index c5b5c29..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,15 +0,0 @@ -version: 2 -updates: - - package-ecosystem: npm - directory: / - versioning-strategy: increase-if-necessary - schedule: - interval: daily - commit-message: - include: scope - prefix: fix - prefix-development: chore - - package-ecosystem: github-actions - directory: / - schedule: - interval: daily diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..82409a6 --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": ["config:base", ":semanticCommits"], + "lockFileMaintenance": { "enabled": true }, + "rangeStrategy": "update-lockfile" +}