Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2023
1 parent 9e16526 commit 9f20c87
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["visualon/renovate-config", "visualon/renovate-config:automergePatch"],
"extends": [
"visualon/renovate-config",
"visualon/renovate-config:automergePatch"
],
"labels": ["deps"],
"digest": {
"extends": ["schedule:daily"]
},
"hostRules": [
{
"hostName": "proget.inedo.com",
"matchHost": "proget.inedo.com",
"abortOnError": true,
"abortIgnoreStatusCodes": [500]
}
Expand Down

0 comments on commit 9f20c87

Please sign in to comment.