Skip to content

Commit 892c9e5

Browse files
authored
Update dependabot config from KittyCAD/ciso (#825)
1 parent 2bd3f63 commit 892c9e5

File tree

1 file changed

+64
-20
lines changed

1 file changed

+64
-20
lines changed

.github/dependabot.yml

Lines changed: 64 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,67 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
1+
# DO NOT EDIT THIS FILE. This dependabot file was generated
2+
# by https://github.com/KittyCAD/ciso Changes to this file should be addressed in
3+
# the ciso repository.
54

65
version: 2
76
updates:
8-
- package-ecosystem: "cargo" # See documentation for possible values
9-
directory: "/" # Location of package manifests
10-
schedule:
11-
interval: "daily"
12-
ignore:
13-
- dependency-name: "webrtc"
14-
reviewers:
15-
- jessfraz
16-
- adamchalmers
17-
- package-ecosystem: "github-actions" # See documentation for possible values
18-
directory: "/" # Location of package manifests
19-
schedule:
20-
interval: "daily"
21-
reviewers:
22-
- jessfraz
23-
- adamchalmers
7+
- package-ecosystem: github-actions
8+
directory: /
9+
schedule:
10+
interval: weekly
11+
day: monday
12+
time: '03:00'
13+
timezone: America/Los_Angeles
14+
open-pull-requests-limit: 5
15+
groups:
16+
security:
17+
applies-to: security-updates
18+
update-types:
19+
- major
20+
- minor
21+
- patch
22+
patch:
23+
applies-to: version-updates
24+
update-types:
25+
- patch
26+
major:
27+
applies-to: version-updates
28+
update-types:
29+
- major
30+
minor:
31+
applies-to: version-updates
32+
update-types:
33+
- minor
34+
- patch
35+
- package-ecosystem: cargo
36+
directory: /
37+
schedule:
38+
interval: weekly
39+
day: monday
40+
time: '03:00'
41+
timezone: America/Los_Angeles
42+
ignore:
43+
- dependency-name: webrtc
44+
open-pull-requests-limit: 5
45+
reviewers:
46+
- adamchalmers
47+
- jessfraz
48+
groups:
49+
security:
50+
applies-to: security-updates
51+
update-types:
52+
- major
53+
- minor
54+
- patch
55+
patch:
56+
applies-to: version-updates
57+
update-types:
58+
- patch
59+
major:
60+
applies-to: version-updates
61+
update-types:
62+
- major
63+
minor:
64+
applies-to: version-updates
65+
update-types:
66+
- minor
67+
- patch

0 commit comments

Comments
 (0)