File tree 1 file changed +19
-3
lines changed
1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
- # We only use Dependabot *version* updates for GitHub Actions. Rust dependencies are checked via
4
- # `cargo deny` and manually updated (see https://github.com/GitoxideLabs/gitoxide/issues/144), or
5
- # by Dependabot *security* updates (which don't need the `cargo` ecosystem to be listed here).
3
+ # Only GitHub Actions dependencies receive Dependabot *version* updates. Rust dependencies are
4
+ # checked via `cargo deny` (https://github.com/GitoxideLabs/gitoxide/issues/144) and updated
5
+ # manually or via Dependabot *security* updates (which the restrictions here do not constrain).
6
+ - package-ecosystem : cargo
7
+ directory : ' /'
8
+ schedule :
9
+ # We include this required key, but it only applies to version updates, which are suppressed.
10
+ interval : monthly
11
+ # Disable version updates for Rust dependencies. Security updates are still allowed.
12
+ open-pull-requests-limit : 0
13
+ commit-message :
14
+ # Avoid non-"purposeful" prefix due to Dependabot misdetecting style (see `DEVELOPMENT.md`).
15
+ prefix : ' '
16
+ groups :
17
+ cargo :
18
+ patterns : ['*']
6
19
- package-ecosystem : github-actions
7
20
directory : ' /'
8
21
schedule :
9
22
interval : weekly
23
+ commit-message :
24
+ # Avoid non-"purposeful" prefix due to Dependabot misdetecting style (see `DEVELOPMENT.md`).
25
+ prefix : ' '
10
26
groups :
11
27
github-actions :
12
28
patterns : ['*']
You can’t perform that action at this time.
0 commit comments