We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3dd79e commit 70109c8Copy full SHA for 70109c8
1 file changed
.github/dependabot.yml
@@ -13,7 +13,11 @@ updates:
13
directory: "/"
14
schedule:
15
# Check for updates to GitHub Actions every week
16
- interval: "weekly"
+ interval: "monthly"
17
+ groups:
18
+ github-actions:
19
+ patterns:
20
+ - "*"
21
22
# Perform checks and updates for python uv environment.
23
# This depends on changes to dependabot via:
@@ -24,7 +28,7 @@ updates:
24
28
25
29
26
30
# Check for updates to uv environment files every week
27
31
32
groups:
33
python-packages:
34
patterns:
0 commit comments