We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0fe50 commit bdc23c1Copy full SHA for bdc23c1
1 file changed
.github/dependabot.yml
@@ -0,0 +1,24 @@
1
+version: 2
2
+enable-beta-ecosystems: true
3
+updates:
4
+ - package-ecosystem: "uv"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "daily"
8
+ ignore:
9
+ - dependency-name: "*"
10
+ update-types:
11
+ - version-update:semver-patch
12
+ - version-update:semver-minor
13
+ - package-ecosystem: "github-actions"
14
15
16
17
+ reviewers:
18
+ - "python-discord/devops"
19
+ - package-ecosystem: "docker"
20
21
22
23
24
0 commit comments