-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathsmoke-docker-helm-with-bom.yaml
More file actions
83 lines (80 loc) · 2.73 KB
/
Copy pathsmoke-docker-helm-with-bom.yaml
File metadata and controls
83 lines (80 loc) · 2.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
input:
job:
package-manager: docker
allowed-updates:
- update-type: all
ignore-conditions:
- dependency-name: nginx
source: tests/smoke-docker-helm-with-bom.yaml
version-requirement: '>1.27.4'
source:
provider: github
repo: dependabot/smoke-tests
directories:
- /helm/with-bom/
commit: 501ac78512006564b93bc2627f1983540e8ea586
credentials:
- host: github.com
password: $LOCAL_GITHUB_ACCESS_TOKEN
type: git_source
username: x-access-token
output:
- type: update_dependency_list
expect:
data:
dependencies:
- name: nginx
requirements:
- file: values.yaml
groups: []
requirement: null
source:
tag: 1.14.2
version: 1.14.2
dependency_files:
- /helm/with-bom/values.yaml
- type: create_pull_request
expect:
data:
base-commit-sha: 501ac78512006564b93bc2627f1983540e8ea586
dependencies:
- name: nginx
previous-requirements:
- file: values.yaml
groups: []
requirement: null
source:
tag: 1.14.2
previous-version: 1.14.2
requirements:
- file: values.yaml
groups: []
requirement: null
source:
tag: 1.27.4
version: 1.27.4
directory: /helm/with-bom
updated-dependency-files:
- content: |
version: 2
# this file starts with a byte-order-mark (BOM) and that must be maintained
image:
repository: nginx
tag: 1.27.4
content_encoding: utf-8
deleted: false
directory: /helm/with-bom
name: values.yaml
operation: update
support_file: false
type: file
pr-title: Bump nginx from 1.14.2 to 1.27.4 in /helm/with-bom
pr-body: |
Bumps nginx from 1.14.2 to 1.27.4.
commit-message: |-
Bump nginx from 1.14.2 to 1.27.4 in /helm/with-bom
Bumps nginx from 1.14.2 to 1.27.4.
- type: mark_as_processed
expect:
data:
base-commit-sha: 501ac78512006564b93bc2627f1983540e8ea586