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 68770a0 commit a93a5cdCopy full SHA for a93a5cd
1 file changed
.github/dependabot.yml
@@ -2,6 +2,9 @@ version: 2
2
updates:
3
- package-ecosystem: npm
4
directory: '/'
5
+ commit-message:
6
+ prefix: 'fix(deps)'
7
+ prefix-development: 'chore(deps-dev)'
8
schedule:
9
interval: weekly
10
open-pull-requests-limit: 99
@@ -29,6 +32,8 @@ updates:
29
32
- '@ffflorian/*'
30
33
- 'crates.io'
31
34
- package-ecosystem: 'github-actions'
35
36
+ prefix: 'ci(deps)'
37
38
39
0 commit comments