Skip to content

Commit be33ec2

Browse files
chore: group some dependabot updates (#1245)
1 parent a350d30 commit be33ec2

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/dependabot.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55

66
version: 2
77
enable-beta-ecosystems: true # Required to use the pre-commit ecosystems
8+
multi-ecosystem-groups:
9+
codespell:
10+
schedule:
11+
interval: "weekly"
12+
python-semantic-release:
13+
schedule:
14+
interval: "weekly"
15+
ruff:
16+
schedule:
17+
interval: "weekly"
818
updates:
919
- package-ecosystem: "github-actions"
1020
directory: "/"
@@ -26,3 +36,27 @@ updates:
2636
schedule:
2737
interval: "monthly"
2838
open-pull-requests-limit: 10
39+
- package-ecosystem: "pip"
40+
directory: "/"
41+
patterns: ["codespell"]
42+
multi-ecosystem-group: "codespell"
43+
- package-ecosystem: "pre-commit"
44+
directory: "/"
45+
patterns: ["codespell"]
46+
multi-ecosystem-group: "codespell"
47+
- package-ecosystem: "github-actions"
48+
directory: "/"
49+
patterns: ["python-semantic-release"]
50+
multi-ecosystem-group: "python-semantic-release"
51+
- package-ecosystem: "pip"
52+
directory: "/"
53+
patterns: ["python-semantic-release"]
54+
multi-ecosystem-group: "python-semantic-release"
55+
- package-ecosystem: "pip"
56+
directory: "/"
57+
patterns: ["ruff"]
58+
multi-ecosystem-group: "ruff"
59+
- package-ecosystem: "pre-commit"
60+
directory: "/"
61+
patterns: ["ruff"]
62+
multi-ecosystem-group: "ruff"

0 commit comments

Comments
 (0)