Skip to content

Commit

Permalink
chore: Configure Renovate (#2)
Browse files Browse the repository at this point in the history
* Add renovate.json

---------

Signed-off-by: Cattī Crūdēlēs <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cattī Crūdēlēs <[email protected]>
  • Loading branch information
renovate[bot] and wzy9607 authored Feb 9, 2024
1 parent 4bb4e97 commit 8d98955
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions 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",
":rebaseStalePrs"
],
"postUpdateOptions": [
"gomodTidy"
],
"packageRules": [
{
"description": "Disable minimum Go version updates: https://github.com/renovatebot/renovate/issues/16715",
"matchDepTypes": [
"golang"
],
"enabled": false
}
]
}

0 comments on commit 8d98955

Please sign in to comment.