diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index b9c83eb..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,27 +0,0 @@ -version: 2 -updates: - - package-ecosystem: cargo - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 - assignees: - - maxdymond - groups: - # Group together all dependency updates - everything: - patterns: - - "*" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - # Check for updates to GitHub Actions every week - interval: "weekly" - groups: - # Need to keep the up/download artifact actions in sync. - artifact: - patterns: - - actions/download-artifact - - actions/upload-artifact - assignees: - - maxdymond diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..f9b8ab6 --- /dev/null +++ b/renovate.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended", + "group:allNonMajor" + ], + "reviewers": [ + "maxdymond" + ] +}