Skip to content

Commit

Permalink
Fix tests to match that patch automerge now also automerges digest up…
Browse files Browse the repository at this point in the history
…dates
  • Loading branch information
simu committed Aug 13, 2024
1 parent 36948f8 commit a970392
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 a970392

Please sign in to comment.