Skip to content

Commit be27bee

Browse files
🩹 [Patch]: Update Dependabot configuration to specify package manifest directory for NuGet (#27)
## Description This pull request includes a small but important change to the `.github/dependabot.yml` file. The change updates the directory location for NuGet package manifests. * [`.github/dependabot.yml`](diffhunk://#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28L13-R13): Changed the `directory` for the `nuget` package-ecosystem from `/` to `/PSModule` to correctly locate the package manifests. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent d43f9d8 commit be27bee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ updates:
1010
schedule:
1111
interval: weekly
1212
- package-ecosystem: nuget # See documentation for possible values
13-
directory: / # Location of package manifests
13+
directory: /PSModule # Location of package manifests
1414
schedule:
1515
interval: weekly

0 commit comments

Comments
 (0)