Skip to content

Commit

Permalink
Merge pull request #3698 from dlabrecq/actions
Browse files Browse the repository at this point in the history
Github actions ignores '@patternfly' pattern
  • Loading branch information
dlabrecq authored Mar 11, 2024
2 parents ebf1b64 + 247e252 commit db5686d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ updates:
- "*eslint*"
patternfly-dependencies:
patterns:
- "@patternfly*"
- "*patternfly*"
test-dependencies:
patterns:
- "*jest*"
- "@testing-library*"
- "*testing-library*"
ci-dependencies:
patterns:
- "*" # update remaining deps in single PR

0 comments on commit db5686d

Please sign in to comment.