Skip to content

Commit

Permalink
MAINT: outsource requirements schedule trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 9, 2024
1 parent 248d4de commit 664db3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ on:
- .constraints/py3.*.txt
- .pre-commit-config.yaml
- setup.cfg
schedule:
- cron: "0 3 7 */1 *"
workflow_dispatch:

jobs:
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ci:
autoupdate_commit_msg: "MAINT: update pip constraints and pre-commit"
autoupdate_schedule: quarterly # already done by requirements-cron.yml
autoupdate_schedule: monthly
skip:
- check-jsonschema
- mypy
Expand All @@ -15,13 +15,13 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.1.13a1
rev: 0.1.13a2
hooks:
- id: check-dev-files
args:
- --doc-apt-packages=graphviz
- --no-prettierrc
- --pin-requirements=monthly
- --pin-requirements=outsource
- --repo-name=qrules
- --repo-title=QRules
- id: colab-toc-visible
Expand Down

0 comments on commit 664db3d

Please sign in to comment.