diff options
-rw-r--r-- | .github/dependabot.yaml | 17 | ||||
-rw-r--r-- | renovate.json | 8 |
2 files changed, 17 insertions, 8 deletions
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..4d2bee8 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,17 @@ +version: 2 +enable-beta-ecosystems: true +updates: + - package-ecosystem: "uv" + directory: "/" + schedule: + interval: "daily" + ignore: + update-types: + - sem-ver:patch + - sem-ver:minor + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + reviewers: + - "python-discord/devops" diff --git a/renovate.json b/renovate.json deleted file mode 100644 index b62cab7..0000000 --- a/renovate.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ], - "prHourlyLimit": 0, - "commitBodyTable": true -} |