Skip to content

Commit 088ffcc

Browse files
committed
blacklist ruff and bandit from dependabot
1 parent bc59afd commit 088ffcc

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/dependabot.yml

+9-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "pip"
9-
directory: "/"
8+
- package-ecosystem: pip
9+
directory: /
1010
schedule:
11-
interval: "weekly"
11+
interval: weekly
1212

13-
- package-ecosystem: "github-actions"
14-
directory: "/"
13+
- package-ecosystem: github-actions
14+
directory: /
1515
schedule:
16-
interval: "weekly"
16+
interval: weekly
17+
ignore:
18+
- dependency-name: ruff
19+
- dependency-name: bandit

0 commit comments

Comments
 (0)