Skip to content

Commit

Permalink
🔄 synced file(s) with RakambdaOrg/rakambda-github-files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Jun 22, 2024
1 parent d40d362 commit 9bede5e
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 14 deletions.
20 changes: 12 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ updates:
assignees:
- "Rakambda"
schedule:
interval: "weekly"
interval: "daily"
time: "05:00"
timezone: "Europe/Paris"
pull-request-branch-name:
Expand All @@ -35,7 +35,7 @@ updates:
# assignees:
# - "Rakambda"
# schedule:
# interval: "weekly"
# interval: "daily"
# time: "05:00"
# timezone: "Europe/Paris"
# pull-request-branch-name:
Expand All @@ -45,7 +45,7 @@ updates:
assignees:
- "Rakambda"
schedule:
interval: "weekly"
interval: "daily"
time: "05:00"
timezone: "Europe/Paris"
pull-request-branch-name:
Expand All @@ -57,7 +57,7 @@ updates:
assignees:
- "Rakambda"
schedule:
interval: "weekly"
interval: "daily"
time: "05:00"
timezone: "Europe/Paris"
pull-request-branch-name:
Expand All @@ -67,7 +67,7 @@ updates:
# assignees:
# - "Rakambda"
# schedule:
# interval: "weekly"
# interval: "daily"
# time: "05:00"
# timezone: "Europe/Paris"
# pull-request-branch-name:
Expand All @@ -77,7 +77,7 @@ updates:
assignees:
- "Rakambda"
schedule:
interval: "weekly"
interval: "daily"
time: "05:00"
timezone: "Europe/Paris"
pull-request-branch-name:
Expand All @@ -86,13 +86,17 @@ updates:
restsharp:
patterns:
- "restsharp"
- "restsharp.serializers.newtonsoftjson"
- "restsharp.*"
opencvsharp4:
patterns:
- "opencvsharp4"
- "opencvsharp4.*"
- package-ecosystem: "pip"
directory: "/"
assignees:
- "Rakambda"
schedule:
interval: "weekly"
interval: "daily"
time: "05:00"
timezone: "Europe/Paris"
pull-request-branch-name:
Expand Down
47 changes: 41 additions & 6 deletions .github/renovate.json
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.*"
]
}
]
}

0 comments on commit 9bede5e

Please sign in to comment.