diff options
author | 2024-07-13 21:25:46 +0100 | |
---|---|---|
committer | 2024-07-13 21:25:46 +0100 | |
commit | 5b258d96234da6bf65e581c65e08bbe290390238 (patch) | |
tree | 7822ffc3fa1b78539493cf9bc0bb9708a8d6abe3 | |
parent | import King Arthur from the bot module (diff) | |
parent | Add custom Renovate config (diff) |
Merge pull request #237 from python-discord/renovate/configure
chore: Configure Renovate
-rw-r--r-- | .github/dependabot.yml | 24 | ||||
-rw-r--r-- | renovate.json | 8 |
2 files changed, 8 insertions, 24 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 59cb3ac..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,24 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "daily" - - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "daily" - groups: - docker-dependencies: - patterns: - - "*" - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - groups: - ci-dependencies: - patterns: - - "*" diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..b62cab7 --- /dev/null +++ b/renovate.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ], + "prHourlyLimit": 0, + "commitBodyTable": true +} |