Skip to content

Commit 8f9ea61

Browse files
committed
feat: add auto merge of PRs
1 parent 4e5f7b7 commit 8f9ea61

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

src/assets/YAML/default/BuildAndDeployment/PatchManagement.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,31 @@ Build and Deployment:
204204
isImplemented: false
205205
evidence: ""
206206
comments: ""
207+
Automated merge of automated PRs:
208+
uuid: f2594f8f-1cd6-45f9-af29-eaf3315698eb
209+
description: |-
210+
Automated merges of automated created PRs for outdated dependencies.
211+
risk:
212+
Vulnerabilities in running containers stay for too long and might get
213+
exploited.
214+
measure: |
215+
A good practice is to merge trusted dependencies (e.g. spring boot) after a grace period like one week.
216+
Often, patches, fixes and minor updates are automatically merged. Be aware that automated merging requires a high
217+
automated test coverage.
218+
difficultyOfImplementation:
219+
knowledge: 2
220+
time: 1
221+
resources: 1
222+
usefulness: 3
223+
level: 2
224+
implementation:
225+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/dependabot
226+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/renovate
227+
references:
228+
samm2:
229+
- O-EM-2-B
230+
iso27001-2017:
231+
- 12.6.1
232+
iso27001-2022:
233+
- 8.8
234+
comments: ""

src/assets/YAML/default/implementations.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,13 @@ implementations:
8383
dependabot:
8484
uuid: d6292c7d-aab7-43d3-a7c6-1e443b5c1aa4
8585
name: dependabot
86-
tags: []
86+
tags: ["auto-pr", "patching"]
8787
url: https://dependabot.com/
88+
renovate:
89+
uuid: 8228266e-e04f-40ba-94c8-bfadc5310920
90+
name: renovate
91+
tags: ["auto-pr", "patching"]
92+
url: https://github.com/renovatebot/renovate
8893
jenkins:
8994
uuid: 42ddb49f-48f2-4a3a-b76a-e73104ac6971
9095
name: Jenkins

0 commit comments

Comments
 (0)