We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2acb48 commit 535a833Copy full SHA for 535a833
.github/dependabot.yml
@@ -1,9 +1,13 @@
1
version: 2
2
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
8
- package-ecosystem: "npm"
9
directories:
10
- "/"
- - "/eng/tools/**"
11
schedule:
12
interval: "daily"
13
ignore:
0 commit comments