Skip to content

Commit

Permalink
Update dependabot.yml with target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth authored Sep 28, 2023
1 parent 72c656c commit 3bbfbe1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ updates:
directory: "/"
schedule:
interval: daily
# Raise pull requests for version updates
# to pip against the `develop` branch
target-branch: "develop"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
# Raise pull requests for version updates
# to pip against the `develop` branch
target-branch: "develop"

0 comments on commit 3bbfbe1

Please sign in to comment.