diff options
author | 2025-07-18 21:06:52 +0100 | |
---|---|---|
committer | 2025-07-18 21:06:52 +0100 | |
commit | bdc23c15aad483bbedd1b57cb02b855cc722ecff (patch) | |
tree | 3565aa221785f2ffd507f48552b66b8f2e750b6e | |
parent | 10x the repo (diff) |
Add dependabot config
-rw-r--r-- | .github/dependabot.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8b6b924 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,24 @@ +version: 2 +enable-beta-ecosystems: true +updates: + - package-ecosystem: "uv" + directory: "/" + schedule: + interval: "daily" + ignore: + - dependency-name: "*" + update-types: + - version-update:semver-patch + - version-update:semver-minor + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + reviewers: + - "python-discord/devops" + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" + reviewers: + - "python-discord/devops" |