Skip to content

Commit c8f137e

Browse files
Remove npm dependabot updates for docs directory (#6887)
### Description Removes the npm package ecosystem configuration from Dependabot for the `docs/` directory. This disables automated dependency updates for npm packages in the documentation folder. ### Changes - Removed the npm Dependabot configuration block that was set to check for minor and patch updates weekly in the `docs/` directory ### PR Checklist - [x] All necessary documentation has been adapted. - [x] The implemented feature is covered by appropriate, automated tests. - [x] Any manual testing that has been done is documented (i.e. what exactly was tested?) **Note:** This is a configuration change with no testing required. Dependabot will simply stop creating PRs for npm dependency updates in the docs folder. https://claude.ai/code/session_01VsowarouQCAGyQo7aSq7s1 🚀 Preview: Add `preview` label to enable Co-authored-by: Claude <noreply@anthropic.com>
1 parent e6ef566 commit c8f137e

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ updates:
3333
patch:
3434
update-types:
3535
- "patch"
36-
- package-ecosystem: npm
37-
directory: docs/
38-
schedule:
39-
interval: weekly
40-
groups:
41-
minorAndPatch:
42-
update-types:
43-
- "minor"
44-
- "patch"
4536
- package-ecosystem: gradle
4637
directory: backend/
4738
schedule:

0 commit comments

Comments
 (0)