Skip to content

Commit 727dbbf

Browse files
committed
Add dependabot
1 parent c50253f commit 727dbbf

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: monthly
7+
groups:
8+
actions:
9+
patterns:
10+
- "*"
11+
cooldown:
12+
default-days: 7
13+
14+
- package-ecosystem: pip
15+
directory: "/"
16+
schedule:
17+
interval: monthly
18+
assignees:
19+
- "ezio-melotti"
20+
groups:
21+
pip:
22+
patterns:
23+
- "*"
24+
cooldown:
25+
default-days: 7

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ repos:
2323
- repo: https://github.com/python-jsonschema/check-jsonschema
2424
rev: 0.36.0
2525
hooks:
26+
- id: check-dependabot
2627
- id: check-github-workflows
2728

2829
- repo: https://github.com/rhysd/actionlint

0 commit comments

Comments
 (0)