Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sholdee authored Oct 20, 2024
1 parent dddfdde commit e07cbac
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"extends": ["config:recommended"],
"packageRules": [
{
"matchManagers": ["gomod"],
"enabled": true,
"matchPackageNames": ["go"],
"updateTypes": ["version"]
"enabled": true,
"updateTypes": ["major", "minor", "patch"]
}
]
}

0 comments on commit e07cbac

Please sign in to comment.