Skip to content

Commit

Permalink
Move dependabot to target develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Oct 11, 2022
1 parent c8c236d commit 9ef2bad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ updates:
directory: "/" # Dependabot knows to look in .github/workflows for GitHub Actions
schedule:
interval: "daily"
target-branch: "develop"

# Enable daily updates for Docker
- package-ecosystem: "docker"
directory: "/.docker" # Location of Dockerfile
schedule:
interval: "daily"
target-branch: "develop"

0 comments on commit 9ef2bad

Please sign in to comment.