10000
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 4cf3c02 commit 0a248aaCopy full SHA for 0a248aa
.github/dependabot.yml
@@ -0,0 +1,31 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: github-actions
4
+ directory: /
5
+ schedule:
6
+ interval: weekly
7
+ allow:
8
+ - dependency-type: "all"
9
+ labels:
10
+ - "⬆️ deps"
11
+ commit-message:
12
+ prefix: "⬆️ "
13
+ groups:
14
+ actions:
15
+ patterns: ["*"]
16
+
17
+ # this doesn't work yet: https://github.com/astral-sh/uv/issues/2512
18
+ - package-ecosystem: uv
19
+ versioning-strategy: increase
20
21
22
23
24
25
26
27
28
29
30
31
0 commit comments