diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1323e41..b1c02d5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,5 @@ version: 2 updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - reviewers: - - "bartvdbraak" - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..92e884a --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:base"] +} \ No newline at end of file