Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Let dependabot update packages on future instead of dev
  • Loading branch information
Toxantron authored Aug 22, 2023
1 parent 9315c83 commit 47bfe4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version: 2
updates:
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests
target-branch: "future"
open-pull-requests-limit: 10
schedule:
interval: "weekly"
Expand All @@ -19,4 +20,4 @@ updates:
- "nuget"
- "dependencies"
ignore:
- dependency-name: "Moryx.AbstractionLayer"
- dependency-name: "Moryx.AbstractionLayer"

0 comments on commit 47bfe4d

Please sign in to comment.