Skip to content

Commit ad5afe8

Browse files
authored
[ci skip] chore: update dependabot.yml
- We have grouped updates now - Updates will only be checked weekly, to not spam Signed-off-by: Lala Sabathil <[email protected]>
1 parent d1c8170 commit ad5afe8

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,30 @@ version: 2
22
updates:
33
- package-ecosystem: "pip"
44
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
512
schedule:
6-
interval: "daily"
13+
interval: "weekly"
714
commit-message:
815
prefix: "chore"
916
prefix-development: "chore"
1017
include: "scope"
1118
- package-ecosystem: "github-actions"
1219
directory: "/"
20+
groups:
21+
minor-version-bumps:
22+
update-types: minor
23+
patch-version-bumps:
24+
update-types: patch
25+
major-version-bumps:
26+
update-types: major
1327
schedule:
14-
interval: "daily"
28+
interval: "weekly"
1529
commit-message:
1630
prefix: "ci"
1731
include: "scope"

0 commit comments

Comments
 (0)