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 61e3fba commit d72512aCopy full SHA for d72512a
.github/dependabot.yml
@@ -1,18 +1,26 @@
1
version: 2
2
updates:
3
-- package-ecosystem: "pip"
4
- directory: "/"
5
- schedule:
6
- interval: "monthly"
7
- groups:
8
- python:
9
- patterns:
10
- - "*"
11
-- package-ecosystem: "cargo"
12
13
14
15
16
- rust:
17
18
+ - package-ecosystem: "pip"
+ directory: "/"
+ schedule:
+ interval: "monthly"
+ groups:
+ python:
+ patterns:
+ - "*"
+ - package-ecosystem: "cargo"
+ rust:
19
+ - package-ecosystem: "github-actions"
20
+ directory: ".github/workflows"
21
22
23
24
+ actions:
25
26
0 commit comments