Skip to content

Commit ea64f07

Browse files
Merge pull request #583 from wlemkows/add-dependabot
[Security] Dependabot - ignore format dependencies auto update
2 parents dca2157 + 90c5e81 commit ea64f07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ updates:
55
directory: "/third_party" # Location of package manifests
66
schedule:
77
interval: "daily"
8+
ignore:
9+
- dependency-name: "clang-format"
10+
- dependency-name: "cmake-format"
11+
- dependency-name: "black"
812
groups:
913
pip-dependencies:
1014
applies-to: version-updates

0 commit comments

Comments
 (0)