forked from Victrid/freshrss-image-cache-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synchronizing file .github/renovate.json from RakambdaOrg/rakambda-gi…
…thub-files (run 12376069841 | #53)
- Loading branch information
1 parent
dee97a5
commit 9721c86
Showing
1 changed file
with
92 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
{ | ||
"$schema" : "https://docs.renovatebot.com/renovate-schema.json", | ||
"assignees" : [ | ||
"Rakambda" | ||
], | ||
"extends" : [ | ||
"config:base" | ||
], | ||
"labels" : [ | ||
"type: \uD83D\uDCDA dependencies" | ||
], | ||
"enabledManagers" : [ | ||
"github-actions", | ||
"gradle-wrapper", | ||
"cargo" | ||
], | ||
"dependencyDashboard" : false, | ||
"excludeCommitPaths" : [ | ||
".github/workflows/auto-approve-sync-files.yml" | ||
], | ||
"ignorePaths" : [ | ||
".github/workflows/auto-approve-sync-files.yml" | ||
], | ||
"timezone" : "Europe/Paris", | ||
"schedule" : [ | ||
"before 5am" | ||
], | ||
"packageRules" : [ | ||
{ | ||
"matchManagers" : [ | ||
"nuget" | ||
], | ||
"groupName" : "RestSharp", | ||
"matchPackagePatterns" : [ | ||
"^restsharp$", | ||
"^restsharp\\.", | ||
"^RestSharp$", | ||
"^RestSharp\\." | ||
] | ||
}, | ||
{ | ||
"matchManagers" : [ | ||
"nuget" | ||
], | ||
"groupName" : "OpenCVSharp4", | ||
"matchPackagePrefixes" : [ | ||
"^opencvsharp4$", | ||
"^opencvsharp4\\." | ||
] | ||
}, | ||
{ | ||
"matchManagers" : [ | ||
"gradle" | ||
], | ||
"groupName" : "Log4j", | ||
"matchPackagePatterns" : [ | ||
"^org\\.apache\\.logging\\.log4j:" | ||
] | ||
}, | ||
{ | ||
"matchManagers" : [ | ||
"gradle" | ||
], | ||
"groupName" : "Google API", | ||
"matchPackagePatterns" : [ | ||
"^com\\.google\\.api-client:", | ||
"^com\\.google\\.oauth-client:", | ||
"^com\\.google\\.apis:" | ||
] | ||
}, | ||
{ | ||
"matchManagers" : [ | ||
"github-actions" | ||
], | ||
"groupName" : "Actions artifacts", | ||
"matchPackagePatterns" : [ | ||
"actions/download-artifact", | ||
"actions/upload-artifact" | ||
] | ||
}, | ||
{ | ||
"matchManagers" : [ | ||
"github-actions" | ||
], | ||
"groupName" : "Actions artifacts", | ||
"matchPackagePatterns" : [ | ||
"actions/download-artifact", | ||
"actions/upload-artifact" | ||
] | ||
} | ||
] | ||
} |