Skip to content

Commit

Permalink
chore: Configure renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
s-diez committed Jan 22, 2024
1 parent 74f99a0 commit 9da1a25
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
":labels(dependencies)"
],
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
"packageRules": [
{
"description": "Chore for dependencies of examples",
"matchFileNames": ["**/examples/**"],
"semanticCommitType": "chore"
}
]
}

0 comments on commit 9da1a25

Please sign in to comment.