Skip to content

Commit

Permalink
chore(config): migrate config renovate.json (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent f96151d commit f6806ba
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
"description": "Update all dependencies up to the minor release level",
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
},
{
"description": "Opt-out minimum Go version updates: https://github.com/renovatebot/renovate/issues/16715",
"matchManagers": ["gomod"],
"matchDepTypes": ["golang"],
"matchManagers": [
"gomod"
],
"matchDepTypes": [
"golang"
],
"enabled": false
}
]
Expand Down

0 comments on commit f6806ba

Please sign in to comment.