diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..b80a8bad --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: 'yarn' + directory: '/' + schedule: + interval: 'daily' \ No newline at end of file diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 4bd832f5..00000000 --- a/renovate.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"] -}