Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions helm/with-bom/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2

# this file starts with a byte-order-mark (BOM) and that must be maintained

image:
repository: nginx
tag: 1.14.2
83 changes: 83 additions & 0 deletions tests/smoke-docker-helm-with-bom.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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
Loading