Skip to content

Commit

Permalink
Merge pull request #4 from alliance-genome/enable-dependabot
Browse files Browse the repository at this point in the history
Enabled dependabot updates
  • Loading branch information
mluypaert authored Mar 15, 2024
2 parents 28636a8 + 55aa3cf commit 17031d4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# For all configuration options, see the GitHub documentation:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/pipeline/seq_retrieval/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/pipeline/seq_retrieval/tests/" # Location of package manifests
schedule:
interval: "weekly"

0 comments on commit 17031d4

Please sign in to comment.