Skip to content

Commit 7accafb

Browse files
authored
chore(ci): group uv patch/minor Dependabot updates (#6807)
Add a patch-minor-updates group for routine version bumps while keeping the existing security-updates grouping. Ignore semver-major updates so breaking upgrades stay manual.
1 parent 9d659a6 commit 7accafb

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
41
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
52

63
version: 2
74
updates:
85
- package-ecosystem: uv
96
directory: "/"
107
schedule:
11-
interval: "weekly"
8+
interval: weekly
9+
day: monday
10+
open-pull-requests-limit: 10
1211
groups:
1312
security-updates:
1413
applies-to: security-updates
1514
patterns:
1615
- "*"
16+
patch-minor-updates:
17+
applies-to: version-updates
18+
patterns:
19+
- "*"
20+
update-types:
21+
- patch
22+
- minor
23+
ignore:
24+
- dependency-name: "*"
25+
update-types:
26+
- version-update:semver-major

0 commit comments

Comments
 (0)