Skip to content
Merged
Show file tree
Hide file tree
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
24 changes: 13 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,38 @@ updates:
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "friday"
time: "18:00" # UTC
commit-message:
prefix: "Upgrade: [dependabot] - "

###################################
# NPM workspace ##################
# Poetry #########################
###################################
- package-ecosystem: "npm"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "friday"
time: "18:00" # UTC
time: "20:00" # UTC
open-pull-requests-limit: 20
versioning-strategy: increase
commit-message:
prefix: "Upgrade: [dependabot] - "
registries:
- npm-github
versioning-strategy: increase

###################################
# Poetry #########################
# NPM workspace ##################
###################################
- package-ecosystem: "pip"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "friday"
time: "18:00" # UTC
time: "22:00" # UTC
open-pull-requests-limit: 20
versioning-strategy: increase
commit-message:
prefix: "Upgrade: [dependabot] - "
versioning-strategy: increase
registries:
- npm-github
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v6.0.0
hooks:
- id: check-merge-conflict
name: Check for merge conflict strings
Expand Down
Loading