Skip to content

Commit 5ecce55

Browse files
committed
Introduce dependabot config
1 parent 0e0da59 commit 5ecce55

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directory: "/"
9+
schedule:
10+
interval: "weekly"

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ repos:
33
- repo: https://github.com/python-jsonschema/check-jsonschema
44
rev: 0.19.2
55
hooks:
6+
- id: check-dependabot
67
- id: check-github-workflows
78
- id: check-readthedocs
89
- id: check-jsonschema

0 commit comments

Comments
 (0)