Skip to content

Commit 535a833

Browse files
authored
[dependabot.yml] Remove "eng/tools" to fix root updates (Azure#35913)
1 parent f2acb48 commit 535a833

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
version: 2
22
updates:
3+
# For monorepos, only the root folder should be listed (not the sub-folders).
4+
# We may also need to set "versioning-strategy" to "increase" rather than "increase-if-necessary",
5+
# to update both package.json and package-lock.json files. In our case, we don't really care
6+
# if the package.json files are updated or not, just that package-lock.json is update.
7+
# https://github.com/dependabot/dependabot-core/issues/4993#issuecomment-1289133027
38
- package-ecosystem: "npm"
49
directories:
510
- "/"
6-
- "/eng/tools/**"
711
schedule:
812
interval: "daily"
913
ignore:

0 commit comments

Comments
 (0)