Skip to content

Commit a0e5441

Browse files
jkennedyvzPosture Fix
andauthored
chore: fix dependabot.yml posture issues (#105)
* chore: update dependabot.yml to comply with posture checks - Change schedule from weekly to monthly for all ecosystems - Add update-types split (major vs minor-and-patch) for gradle and github-actions - Add docker ecosystem entry for .devcontainer/Dockerfile * chore: add target-branch next and fix docker group split for Stainless posture compliance --------- Co-authored-by: Posture Fix <posture-fix@langchain.ai>
1 parent 50075e5 commit a0e5441

1 file changed

Lines changed: 41 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,57 @@ version: 2
22
updates:
33
- package-ecosystem: gradle
44
directory: /
5+
target-branch: "next"
56
schedule:
6-
interval: weekly
7+
interval: monthly
78
groups:
8-
all-dependencies:
9+
minor-and-patch:
910
patterns:
1011
- "*"
12+
update-types:
13+
- minor
14+
- patch
15+
major:
16+
patterns:
17+
- "*"
18+
update-types:
19+
- major
20+
open-pull-requests-limit: 5
21+
22+
- package-ecosystem: docker
23+
directory: /.devcontainer
24+
target-branch: "next"
25+
schedule:
26+
interval: monthly
27+
groups:
28+
minor-and-patch:
29+
patterns:
30+
- "*"
31+
update-types:
32+
- minor
33+
- patch
34+
major:
35+
patterns:
36+
- "*"
37+
update-types:
38+
- major
1139
open-pull-requests-limit: 5
1240

1341
- package-ecosystem: github-actions
1442
directory: /
43+
target-branch: "next"
1544
schedule:
16-
interval: weekly
45+
interval: monthly
1746
groups:
18-
all-actions:
47+
minor-and-patch:
48+
patterns:
49+
- "*"
50+
update-types:
51+
- minor
52+
- patch
53+
major:
1954
patterns:
2055
- "*"
56+
update-types:
57+
- major
2158
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)