diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 6446963..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,13 +0,0 @@ -version: 2 -updates: -- package-ecosystem: pip - directory: "/" - schedule: - interval: daily - time: "10:00" - open-pull-requests-limit: 10 -- package-ecosystem: "github-actions" - schedule: - interval: daily - time: "10:00" - open-pull-requests-limit: 10 diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +}