We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450b9be commit de35f0eCopy full SHA for de35f0e
.github/dependabot.yml
@@ -129,7 +129,7 @@ updates:
129
- package-ecosystem: "uv"
130
directory: "/tests/"
131
schedule:
132
- interval: "daily"
+ interval: "weekly"
133
cooldown:
134
default-days: 5
135
commit-message:
@@ -138,6 +138,13 @@ updates:
138
labels:
139
- "dependencies"
140
- "area:integration-tests"
141
+ groups:
142
+ patch:
143
+ update-types:
144
+ - "patch"
145
+ minor:
146
147
+ - "minor"
148
- package-ecosystem: "gradle"
149
directory: "/core/"
150
0 commit comments