diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 515051de..4fe13dbe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7dc385eb..3bb4e222 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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