Skip to content

Commit ef02fe2

Browse files
authored
Merge pull request #30 from praw-dev/dependabot-split-major-groups
Split Dependabot groups by semver level
2 parents d7afb08 + 0049ce6 commit ef02fe2

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ updates:
1212
github-actions:
1313
patterns:
1414
- "*"
15+
update-types:
16+
- "minor"
17+
- "patch"
18+
github-actions-major:
19+
patterns:
20+
- "*"
21+
update-types:
22+
- "major"
1523
- package-ecosystem: uv
1624
directory: /
1725
schedule:
@@ -24,3 +32,11 @@ updates:
2432
python:
2533
patterns:
2634
- "*"
35+
update-types:
36+
- "minor"
37+
- "patch"
38+
python-major:
39+
patterns:
40+
- "*"
41+
update-types:
42+
- "major"

0 commit comments

Comments
 (0)