diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 25171913..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,16 +0,0 @@ -version: 2 - -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - # This is how often dependabot checks for this package ecosystem, - # NOT how often PRs will be created - interval: "daily" - open-pull-requests-limit: 2 - - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "daily" - open-pull-requests-limit: 2 diff --git a/renovate.json b/renovate.json index 5db72dd6..6d51eb32 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "config:recommended", + "group:allNonMajor" ] }