Skip to content

Commit b83b9bd

Browse files
committed
chore: group dependabot updates
1 parent 114dcef commit b83b9bd

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@ version: 2
22
updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
5+
groups:
6+
minor-patch:
7+
update-types:
8+
- "patch"
9+
- "minor"
510
schedule:
611
interval: "weekly"

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616

1717
- name: Set up Helm
1818
uses: azure/setup-helm@v4.3.1
19-
with:
20-
version: v3.17.0
2119

2220
- uses: actions/setup-python@v6.2.0
2321
with:

0 commit comments

Comments
 (0)