-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 synced file(s) with RakambdaOrg/rakambda-github-files (#708)
Co-authored-by: undefined <[email protected]>
- Loading branch information
1 parent
911eeae
commit 30becc2
Showing
2 changed files
with
53 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,52 @@ | ||
{ | ||
"$schema" : "https://docs.renovatebot.com/renovate-schema.json", | ||
"assignees" : [ | ||
"Rakambda" | ||
], | ||
"extends" : [ | ||
"config:base" | ||
], | ||
"labels" : ["type: \uD83D\uDCDA dependencies"], | ||
"enabledManagers": ["dockerfile", "nuget", "pip_requirements", "github-actions", "gradle-wrapper"], | ||
"labels" : [ | ||
"type: \uD83D\uDCDA dependencies" | ||
], | ||
"enabledManagers" : [ | ||
"dockerfile", | ||
"nuget", | ||
"pip_requirements", | ||
"github-actions", | ||
"gradle-wrapper" | ||
], | ||
"dependencyDashboard" : false, | ||
"excludeCommitPaths": [".github/workflows/auto-approve-sync-files.yml"], | ||
"ignorePaths": [ | ||
"excludeCommitPaths" : [ | ||
".github/workflows/auto-approve-sync-files.yml" | ||
], | ||
"timezone": "Europe/Paris", | ||
"schedule": ["on saturday"] | ||
"ignorePaths" : [ | ||
".github/workflows/auto-approve-sync-files.yml" | ||
], | ||
"timezone" : "Europe/Paris", | ||
"schedule" : [ | ||
"before 5am" | ||
], | ||
"packageRules" : [ | ||
{ | ||
"matchManagers" : [ | ||
"nuget" | ||
], | ||
"groupName" : "RestSharp", | ||
"matchPackagePatterns" : [ | ||
"restsharp", | ||
"restsharp.*" | ||
] | ||
}, | ||
{ | ||
"matchManagers" : [ | ||
"nuget" | ||
], | ||
"groupName" : "OpenCVSharp4", | ||
"matchPackagePatterns" : [ | ||
"opencvsharp4", | ||
"opencvsharp4.*" | ||
] | ||
} | ||
] | ||
} |