Skip to content

Commit

Permalink
Merge pull request #180 from adigidh/22-dependabot
Browse files Browse the repository at this point in the history
22: Add configuration options for introducing dependabot
  • Loading branch information
vishnoianil authored Sep 23, 2024
2 parents f0d8409 + 39639ab commit 336dd9f
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "instructlab/ui-maintainers"
allow:
- dependency-type: "production"
target-branch: "main"
labels:
- "npm dependencies"
- "frontend"
groups:
typescript-eslint:
patterns:
- "@typescript-eslint/*"
- typescript-eslint
update-types:
- "minor"
- "patch"
react:
patterns:
- react
- react-dom
update-types:
- "minor"
- "patch"
patternfly:
patterns:
- "@patternfly/*"
- patternfly
update-types:
- "minor"
- "patch"
typescript-libraries:
patterns:
- "@types/*"
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/.github/workflows"
schedule:
interval: "weekly"
reviewers:
- "instructlab/ui-maintainers"
target-branch: "main"
labels:
- "github-actions"
groups:
actions-deps:
patterns:
- "*"
- package-ecosystem: "gomod"
directory: "/pathservice"
schedule:
interval: "weekly"
reviewers:
- "instructlab/ui-maintainers"
target-branch: "main"
labels:
- "go dependencies"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
reviewers:
- "instructlab/ui-maintainers"
labels:
- "docker dependencies"

0 comments on commit 336dd9f

Please sign in to comment.