Skip to content

Commit

Permalink
chore: Update and unify dependabot.yml (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarat authored Jan 8, 2025
1 parent 5cc53e7 commit 1ad9e95
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ updates:
interval: "weekly"
labels:
- "dependencies"
open-pull-requests-limit: 10
open-pull-requests-limit: 5
commit-message:
prefix: "chore(deps):"
groups:
redhat-cloud-services:
fec:
patterns:
- "@redhat-cloud-services/*"
exclude-patterns:
Expand All @@ -20,15 +20,13 @@ updates:
- "@patternfly/*"
exclude-patterns:
- "@patternfly/react-charts"
update-types:
- "minor"
- "patch"
babel:
patterns:
- "@babel/*"
- "babel-*"
rollup:
patterns:
- "rollup"
- "@rollup/plugin*"
- "rollup-plugin*"
lint:
patterns:
- "eslint"
Expand All @@ -40,12 +38,14 @@ updates:
jest:
patterns:
- "jest*"
cypress:
patterns:
- "*cypress*"
react:
patterns:
- "react"
- "react-dom"
- "react-redux"
webpack:
patterns:
- "webpack"
- "webpack-bundle-analyzer"
- "webpack-bundle-analyzer"

0 comments on commit 1ad9e95

Please sign in to comment.