Skip to content

Commit

Permalink
Update dependabot to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
leSamo committed Sep 26, 2024
1 parent a261e99 commit e11ffa1
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .dependabot/config.yml

This file was deleted.

51 changes: 51 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"
open-pull-requests-limit: 10
commit-message:
prefix: "chore(deps):"
groups:
redhat-cloud-services:
patterns:
- "@redhat-cloud-services/*"
exclude-patterns:
- "@redhat-cloud-services/*-client"
patternfly:
patterns:
- "@patternfly/*"
exclude-patterns:
- "@patternfly/react-charts"
babel:
patterns:
- "@babel/*"
- "babel-*"
rollup:
patterns:
- "rollup"
- "@rollup/plugin*"
- "rollup-plugin*"
lint:
patterns:
- "eslint"
- "eslint-*"
- "stylelint*"
clients:
patterns:
- "@redhat-cloud-services/*-client"
jest:
patterns:
- "jest*"
react:
patterns:
- "react"
- "react-dom"
- "react-redux"
webpack:
patterns:
- "webpack"
- "webpack-bundle-analyzer"

0 comments on commit e11ffa1

Please sign in to comment.