Skip to content

Commit

Permalink
dependabot: Fix PatternFly update-types
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt authored and jelly committed Oct 28, 2024
1 parent 0dd1f15 commit 6dd7a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ updates:
ignore:
# needs to be done in Cockpit first
- dependency-name: "@patternfly/*"
update-types: ["major"]
update-types: ["version-update:semver-major"]

# https://github.com/cockpit-project/cockpit/issues/21151
- dependency-name: "sass"
Expand Down

0 comments on commit 6dd7a26

Please sign in to comment.