Skip to content

Commit

Permalink
Configure renovate (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Sep 3, 2024
1 parent 47ebb35 commit d2fadd0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
19 changes: 19 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"default:pinDigestsDisabled",
"mergeConfidence:all-badges"
],
"dependencyDashboardOSVVulnerabilitySummary": "all",
"osvVulnerabilityAlerts": true,
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"prHourlyLimit": 0,
"schedule": [
"before 8am on Friday"
],
"semanticCommits": "disabled"
}
5 changes: 0 additions & 5 deletions renovate.json

This file was deleted.

0 comments on commit d2fadd0

Please sign in to comment.