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 d1c8170 commit ad5afe8Copy full SHA for ad5afe8
.github/dependabot.yml
@@ -2,16 +2,30 @@ version: 2
2
updates:
3
- package-ecosystem: "pip"
4
directory: "/"
5
+ groups:
6
+ minor-version-bumps:
7
+ update-types: minor
8
+ patch-version-bumps:
9
+ update-types: patch
10
+ major-version-bumps:
11
+ update-types: major
12
schedule:
- interval: "daily"
13
+ interval: "weekly"
14
commit-message:
15
prefix: "chore"
16
prefix-development: "chore"
17
include: "scope"
18
- package-ecosystem: "github-actions"
19
20
21
22
23
24
25
26
27
28
29
30
prefix: "ci"
31
0 commit comments