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 c50253f commit 727dbbfCopy full SHA for 727dbbf
.github/dependabot.yml
@@ -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
16
17
18
+ assignees:
19
+ - "ezio-melotti"
20
21
+ pip:
22
23
24
25
.pre-commit-config.yaml
@@ -23,6 +23,7 @@ repos:
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.36.0
hooks:
26
+ - id: check-dependabot
27
- id: check-github-workflows
28
29
- repo: https://github.com/rhysd/actionlint
0 commit comments