Skip to content

Commit a10746b

Browse files
Update dependabot.yml
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent 3c32ecb commit a10746b

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
version: 2
22
updates:
3-
# 1. Maintain GitHub Actions (workflows)
3+
# 1. Maintain GitHub Actions
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
77
interval: "daily"
8-
# THE MAGIC PART: Groups updates into one PR
98
groups:
10-
dependencies:
9+
actions:
1110
patterns:
1211
- "*"
1312

@@ -17,16 +16,6 @@ updates:
1716
schedule:
1817
interval: "daily"
1918
groups:
20-
dependencies:
21-
patterns:
22-
- "*"
23-
24-
# 3. Maintain NPM (if you have package.json)
25-
- package-ecosystem: "deno"
26-
directory: "/"
27-
schedule:
28-
interval: "daily"
29-
groups:
30-
dependencies:
19+
rust-deps:
3120
patterns:
3221
- "*"

0 commit comments

Comments
 (0)