Skip to content

Commit

Permalink
Merge pull request #23 from geneontology/add-dependabot
Browse files Browse the repository at this point in the history
Add dependabot config file
  • Loading branch information
pkalita-lbl authored Oct 31, 2024
2 parents 89ae295 + 7eed179 commit 1e203b5
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
version: 2
updates:
# `pip` is the ecosystem for Poetry projects
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: "all"
assignees:
- "pkalita-lbl"
groups:
# Group all dependency updates together so that we have fewer PRs to manage
all-dependencies:
applies-to: version-updates
patterns:
- "*"
labels:
- "poetry"
- "dependencies"
# Don't change the version specifiers in `pyproject.toml`, just update the lock file
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 1e203b5

Please sign in to comment.