Skip to content

Commit

Permalink
chore: Update and unify dependabot.yml (#2322)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarat authored Jan 8, 2025
1 parent 57b5a0c commit d5de286
Showing 1 changed file with 40 additions and 7 deletions.
47 changes: 40 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +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
ignore:
- dependency-name: "react-router-dom"
versions: ["6.x"]
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 d5de286

Please sign in to comment.