Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ updates:
commit-message:
prefix: "chore: Update Python dep"
prefix-development: "chore: Update Python dev dep"
cooldown:
default-days: 7
- package-ecosystem: "github-actions" # See documentation for possible values
# Workflow files stored in the default location of `.github/workflows`
# You don't need to specify `/.github/workflows` for `directory`
Expand All @@ -19,3 +21,5 @@ updates:
commit-message:
prefix: "chore: Update GHA dep"
prefix-development: "chore: Update GHA dev dep"
cooldown:
default-days: 7
Loading