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 3c32ecb commit a10746bCopy full SHA for a10746b
.github/dependabot.yml
@@ -1,13 +1,12 @@
1
version: 2
2
updates:
3
- # 1. Maintain GitHub Actions (workflows)
+ # 1. Maintain GitHub Actions
4
- package-ecosystem: "github-actions"
5
directory: "/"
6
schedule:
7
interval: "daily"
8
- # THE MAGIC PART: Groups updates into one PR
9
groups:
10
- dependencies:
+ actions:
11
patterns:
12
- "*"
13
@@ -17,16 +16,6 @@ updates:
17
16
18
19
20
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
+ rust-deps:
31
32
0 commit comments