Commit be27bee
authored
🩹 [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]
- [ ] 1 parent d43f9d8 commit be27bee
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
0 commit comments