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 04ed469 commit b01e30eCopy full SHA for b01e30e
.github/dependabot.yml
@@ -1,14 +1,23 @@
1
version: 2
2
updates:
3
-- package-ecosystem: "github-actions"
4
- directory: "/"
5
- schedule:
6
- interval: "daily"
7
-- package-ecosystem: "gomod"
8
9
10
11
-- package-ecosystem: "uv"
12
13
14
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ labels:
+ - "kind/dependencies"
+ - "github-actions"
+ - package-ecosystem: "gomod"
15
16
+ - "go"
17
+ - package-ecosystem: "uv"
18
19
20
21
22
23
+ - "python"
0 commit comments