diff options
author | 2025-07-18 21:06:52 +0100 | |
---|---|---|
committer | 2025-07-18 20:15:51 +0000 | |
commit | 5859a3157d92e7815931fbaed3c3fcede62407bf (patch) | |
tree | ac228dac083406e8083a0d1c24a98d282c7cd7de | |
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" |