Skip to content

Commit

Permalink
Update dependabot configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Nov 8, 2023
1 parent a13feb4 commit 78961e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@ updates:
directory: "/"
target-branch: trunk
schedule:
interval: "monthly"
interval: "weekly"
time: "07:00"
timezone: "EST5EDT"
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 1

- package-ecosystem: "pip"
directory: "/start"
target-branch: trunk
schedule:
interval: "monthly"
interval: "weekly"
time: "07:00"
timezone: "EST5EDT"
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 1
2 changes: 1 addition & 1 deletion usage-details.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 78961e1

Please sign in to comment.