diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index a45c6219..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Basic dependabot.yml file with -# minimum configuration for two package managers - -version: 2 -registries: - npm-github: - type: npm-registry - url: https://npm.pkg.github.com - token: ${{secrets.REPO_ACCESS_TOKEN}} - -updates: - # Enable version updates for npm - - package-ecosystem: "npm" - # Look for `package.json` and `lock` files in the `root` directory - directory: "/" - # Check the npm registry for updates every day (weekdays) - schedule: - interval: "daily" - registries: - - npm-github - - # Enable version updates for Docker - - package-ecosystem: "docker" - # Look for a `Dockerfile` in the `root` directory - directory: "/" - # Check for updates once a week - schedule: - interval: "weekly" diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..2d6af613 --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>dataware-tools/renovate-config" + ], + "reviewers": ["WatanabeToshimitsu"] +}