We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0da59 commit 5ecce55Copy full SHA for 5ecce55
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "pip"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "monthly"
7
+ - package-ecosystem: "github-actions"
8
9
10
+ interval: "weekly"
.pre-commit-config.yaml
@@ -3,6 +3,7 @@ repos:
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.19.2
hooks:
+ - id: check-dependabot
- id: check-github-workflows
- id: check-readthedocs
- id: check-jsonschema
0 commit comments