Skip to content

Commit

Permalink
chore: Update and unify dependabot.yml (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarat authored Jan 8, 2025
1 parent 1072beb commit 6e8ff1b
Showing 1 changed file with 40 additions and 4 deletions.
44 changes: 40 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,43 @@ updates:
open-pull-requests-limit: 5
commit-message:
prefix: "chore(deps):"
allow:
- dependency-name: "@redhat-cloud-services/frontend*"
- dependency-name: "@patternfly/*"
dependency-type: direct
groups:
fec:
patterns:
- "@redhat-cloud-services/*"
exclude-patterns:
- "@redhat-cloud-services/*-client"
patternfly:
patterns:
- "@patternfly/*"
exclude-patterns:
- "@patternfly/react-charts"
update-types:
- "minor"
- "patch"
babel:
patterns:
- "@babel/*"
- "babel-*"
lint:
patterns:
- "eslint"
- "eslint-*"
- "stylelint*"
clients:
patterns:
- "@redhat-cloud-services/*-client"
jest:
patterns:
- "jest*"
cypress:
patterns:
- "*cypress*"
react:
patterns:
- "react"
- "react-dom"
webpack:
patterns:
- "webpack"
- "webpack-bundle-analyzer"

0 comments on commit 6e8ff1b

Please sign in to comment.