Skip to content

Commit a5bc699

Browse files
Copilotdanieljurek
andauthored
Exclude eng/common from Dependabot scanning (#6925)
* Initial plan * Exclude eng/common from dependabot scanning Co-authored-by: danieljurek <[email protected]> * Add npm ecosystem with exclude-paths for eng/common, keep vcpkg without exclusions Co-authored-by: danieljurek <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: danieljurek <[email protected]>
1 parent 3538d27 commit a5bc699

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ updates:
55
directory: "/"
66
schedule:
77
interval: weekly
8+
- package-ecosystem: "npm"
9+
directory: "/"
10+
schedule:
11+
interval: weekly
12+
exclude-paths:
13+
- "eng/common/**"

0 commit comments

Comments
 (0)