Skip to content

Commit

Permalink
ci(renovate): Disable NuGet package manager updates
Browse files Browse the repository at this point in the history
Avoid bogus updates of NuGet test projects which should be prevented by
ignoring "**/src/funTest/assets/**" already, but that stopped to work.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth authored and mnonnenmacher committed Sep 16, 2024
1 parent a9e964e commit 9f7b625
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@
"matchManagers": ["npm"],
"schedule": "after 9pm on sunday"
}
]
],
"nuget": {
"enabled": false
}
}

0 comments on commit 9f7b625

Please sign in to comment.