We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6beb20 commit e78db84Copy full SHA for e78db84
.github/dependabot.yml
@@ -9,8 +9,10 @@ updates:
9
labels: [dependencies, automated, actions]
10
groups:
11
actions-minor-patch:
12
+ patterns: ["*"]
13
update-types: [minor, patch]
14
actions-major:
15
16
update-types: [major]
17
# === Python dev (pip) ===
18
- package-ecosystem: pip
@@ -43,4 +45,5 @@ updates:
43
45
labels: [dependencies, automated, runtime]
44
46
47
pip-runtime-minor-patch:
48
49
0 commit comments