Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalita-lbl authored Sep 26, 2024
1 parent 940ba83 commit edd96e3
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
version: 2
updates:
- package-ecosystem: "pip" # `pip` is the correct ecosystem for Poetry projects
directory: "/"
schedule:
interval: "weekly"
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: "all"
assignees:
- "pkalita-lbl"
groups:
# Group all production dependency and dev dependency updates together
# so that we only have to manage 2 PRs
dev-dependencies:
dependency-type: development
applies-to: version-updates
patterns:
- "*"
prod-dependencies:
dependency-type: production
applies-to: version-updates
patterns:
- "*"
labels:
- "poetry"
- "dependencies"
versioning-strategy: lockfile-only
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "pkalita-lbl"
groups:
all-dependencies:
applies-to: version-updates
patterns:
- "*"
labels:
- "gh-actions"
- "dependencies"

0 comments on commit edd96e3

Please sign in to comment.