Skip to content

Commit 8ee192a

Browse files
committed
group updates from dependabot; move to monthly
1 parent e3dd79e commit 8ee192a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ updates:
1313
directory: "/"
1414
schedule:
1515
# Check for updates to GitHub Actions every week
16-
interval: "weekly"
16+
interval: "monthly"
17+
groups:
18+
github-actions:
19+
patterns:
20+
- "*"
1721

1822
# Perform checks and updates for python uv environment.
1923
# This depends on changes to dependabot via:
@@ -24,7 +28,7 @@ updates:
2428
directory: "/"
2529
schedule:
2630
# Check for updates to uv environment files every week
27-
interval: "weekly"
31+
interval: "monthly"
2832
groups:
2933
python-packages:
3034
patterns:

0 commit comments

Comments
 (0)