Skip to content

Commit 29926d6

Browse files
authored
Update dependabot config (#400)
Update dependabot config from KittyCAD/ciso
1 parent c5733f8 commit 29926d6

File tree

1 file changed

+93
-18
lines changed

1 file changed

+93
-18
lines changed

.github/dependabot.yml

Lines changed: 93 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,96 @@
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: "pip" # See documentation for possible values
9-
directory: "/" # Location of package manifests
10-
schedule:
11-
interval: "daily"
12-
reviewers:
13-
- jessfraz
14-
- greg-kcio
15-
- package-ecosystem: "github-actions" # See documentation for possible values
16-
directory: "/" # Location of package manifests
17-
schedule:
18-
interval: "daily"
19-
reviewers:
20-
- jessfraz
21-
- greg-kcio
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: pip
36+
directory: /
37+
schedule:
38+
interval: weekly
39+
day: monday
40+
time: '03:00'
41+
timezone: America/Los_Angeles
42+
open-pull-requests-limit: 5
43+
reviewers:
44+
- greg-kcio
45+
- jessfraz
46+
groups:
47+
security:
48+
applies-to: security-updates
49+
update-types:
50+
- major
51+
- minor
52+
- patch
53+
patch:
54+
applies-to: version-updates
55+
update-types:
56+
- patch
57+
major:
58+
applies-to: version-updates
59+
update-types:
60+
- major
61+
minor:
62+
applies-to: version-updates
63+
update-types:
64+
- minor
65+
- patch
66+
- package-ecosystem: docker
67+
directory: /
68+
schedule:
69+
interval: weekly
70+
day: monday
71+
time: '03:00'
72+
timezone: America/Los_Angeles
73+
open-pull-requests-limit: 5
74+
reviewers:
75+
- greg-kcio
76+
- jessfraz
77+
groups:
78+
security:
79+
applies-to: security-updates
80+
update-types:
81+
- major
82+
- minor
83+
- patch
84+
patch:
85+
applies-to: version-updates
86+
update-types:
87+
- patch
88+
major:
89+
applies-to: version-updates
90+
update-types:
91+
- major
92+
minor:
93+
applies-to: version-updates
94+
update-types:
95+
- minor
96+
- patch

0 commit comments

Comments
 (0)