Skip to content

Commit d56efa0

Browse files
committed
fix dependabot.yml
1 parent 5ab6d47 commit d56efa0

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
11
version: 2
22
updates:
3-
- package-ecosystem: pip
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
open-pull-requests-limit: 10
8-
ignore:
9-
- dependency-name: ruamel-yaml
10-
versions:
11-
- 0.16.12
12-
- 0.16.13
13-
- 0.17.0
14-
- 0.17.2
15-
- dependency-name: mypy
16-
versions:
17-
- "0.800"
3+
- package-ecosystem: "pip"
4+
directory: "/" # Location of package manifests
5+
schedule:
6+
interval: "daily"
187
# Maintain dependencies for GitHub Actions
198
- package-ecosystem: "github-actions"
209
directory: "/"

0 commit comments

Comments
 (0)