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 2b3e517 commit 9b1e6d0Copy full SHA for 9b1e6d0
.github/dependabot.yml
@@ -4,15 +4,31 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "daily"
7
+ commit-message:
8
+ prefix: "chore"
9
+ prefix-development: "chore"
10
+ include: "scope"
11
- package-ecosystem: "npm"
12
13
14
15
16
17
18
19
- package-ecosystem: "github-actions"
20
21
22
23
24
25
26
27
- package-ecosystem: "devcontainers"
28
29
30
interval: daily
31
32
33
34
0 commit comments