Skip to content

Commit

Permalink
Update target branches for dependency updates
Browse files Browse the repository at this point in the history
- Changed target branch for pip updates from "1.11.x" to "2.0.x"
- Changed target branch for GitHub Actions updates from "1.11.x" to "2.0.x"
  • Loading branch information
aviolaris committed Jul 7, 2024
1 parent f61eed3 commit e4931ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ updates:
directory: "/app"
schedule:
interval: "weekly"
target-branch: "1.11.x"
target-branch: "2.0.x"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "1.11.x"
target-branch: "2.0.x"

0 comments on commit e4931ee

Please sign in to comment.