Skip to content

Commit

Permalink
Configure Renovate (#607)
Browse files Browse the repository at this point in the history
* Add renovate.json

* Updated renovate configuration

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: David Driscoll <[email protected]>
  • Loading branch information
3 people authored Feb 19, 2022
1 parent 4f898d2 commit 7193852
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>RocketSurgeonsGuild/.github:renovate-config"],
"assignees": ["david-driscoll"],
"js": {
"automerge": true,
"labels": [":truck: private-dependencies"]
},
"packageRules": [
{
"description": "dotnet monorepo",
"enabled": false,
"matchSourceUrlPrefixes": [
"https://github.com/dotnet/aspnetcore",
"https://github.com/dotnet/efcore",
"https://github.com/dotnet/extensions",
"https://github.com/dotnet/runtime"
]
}
]
}

0 comments on commit 7193852

Please sign in to comment.