Skip to content

Commit

Permalink
Run renovate on saturdays and add renovate config check to pre-commit…
Browse files Browse the repository at this point in the history
… hook (#195)

* added renovate config check to pre-commit hook

* Update renovate.json5

Co-authored-by: Mathieu Kniewallner <mathieu.kniewallner@gmail.com>
  • Loading branch information
fpgmaas and mkniewallner authored Nov 14, 2022
1 parent 5b1bce6 commit db4a942
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ repos:
rev: "v1.9.0"
hooks:
- id: python-check-blanket-noqa

- repo: https://github.com/renovatebot/pre-commit-hooks
rev: "34.24.0"
hooks:
- id: renovate-config-validator
5 changes: 5 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@
datasourceTemplate: "pypi",
},
],

// https://docs.renovatebot.com/configuration-options/#schedule
schedule: [
"on saturday"
]
}

0 comments on commit db4a942

Please sign in to comment.