Skip to content

Commit

Permalink
Merge pull request #1011 from projectsyn/fix/template-tests
Browse files Browse the repository at this point in the history
Fix tests to match that patch automerge now also automerges digest updates
  • Loading branch information
simu authored Aug 13, 2024
2 parents 36948f8 + a970392 commit 29662ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_component_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def _validate_renovatejson_packagerules(
expected_keys.add("excludePackagePatterns")

assert set(patch_rule.keys()) == expected_keys
assert patch_rule["matchUpdateTypes"] == ["patch"]
assert patch_rule["matchUpdateTypes"] == ["patch", "digest"]
assert patch_rule["automerge"] is True
assert patch_rule["platformAutomerge"] is False
assert patch_rule["labels"] == ["dependency", "automerge", "bump:patch"]
Expand Down

0 comments on commit 29662ee

Please sign in to comment.