Skip to content

Commit

Permalink
Fix dependabot config file to reference multiple directories (#140)
Browse files Browse the repository at this point in the history
* fix dependabot config file to reference multiple directories
* update GHA dependabot directory to root
  • Loading branch information
mikealfare authored Apr 16, 2024
1 parent ee1caa1 commit a023b6c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
version: 2
updates:
# python dependencies
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
rebase-strategy: "disabled"

# github dependencies
- package-ecosystem: "pip"
directory: "/release_creation/bundle/requirements"
schedule:
interval: "daily"
rebase-strategy: "disabled"
- package-ecosystem: "pip"
directory: "/test"
schedule:
interval: "daily"
rebase-strategy: "disabled"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit a023b6c

Please sign in to comment.