Skip to content

Commit

Permalink
build(deps): Enable future Bun managed package version bumps in Depen…
Browse files Browse the repository at this point in the history
…dabot

See dependabot/dependabot-core#6528.

Also temporarily deactivate check-jsonschema pre-commit, until
python-jsonschema/check-jsonschema#528.
  • Loading branch information
vorburger committed Feb 18, 2025
1 parent f9c081f commit 9ffc17b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ updates:
day: monday
time: "04:00"
open-pull-requests-limit: 99
- package-ecosystem: "bun"
commit-message:
prefix: "build(deps): "
directory: "web/"
schedule:
interval: "daily"
open-pull-requests-limit: 99
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,15 @@ repos:
exclude: mvnw

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.30.0
rev: 0.31.1
hooks:
- id: check-github-actions
args: ["--verbose"]
- id: check-github-workflows
args: ["--verbose"]
- id: check-dependabot
args: ["--verbose"]
# TODO https://github.com/python-jsonschema/check-jsonschema/issues/528
# - id: check-dependabot
# args: ["--verbose"]
- id: check-renovate
args: ["--verbose"]
additional_dependencies: ["pyjson5==1.6.7"]
Expand Down

0 comments on commit 9ffc17b

Please sign in to comment.