Skip to content

Commit

Permalink
Migrate config .github/renovate.json (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 9317d8f commit 7a843ae
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"stabilityDays": 3,
"extends": [
"config:recommended"
],
"minimumReleaseAge": "3 days",
"prCreation": "not-pending",
"ignorePaths": [".github/test/**"],
"ignorePaths": [
".github/test/**"
],
"nuget": {
"ignorePaths": [".github/test/**"]
"ignorePaths": [
".github/test/**"
]
}
}

0 comments on commit 7a843ae

Please sign in to comment.