diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..259695f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# See the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'weekly' + versioning-strategy: increase + commit-message: + prefix: 'chore(deps)' diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 4bd832f..0000000 --- a/renovate.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"] -}