Skip to content

Commit

Permalink
🎨 renovate: use config preset
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Apr 17, 2024
1 parent cea9aca commit a6d86de
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"commitMessagePrefix": "🔼",
"extends": [
"config:base",
":automergeBranch",
":automergeDigest",
":automergeMinor",
":disableRateLimiting"
],
"packageRules": [
{
"description": "Disable minimum Go version updates: https://github.com/renovatebot/renovate/issues/16715",
"matchManagers": [
"gomod"
],
"matchDepTypes": [
"golang"
],
"enabled": false
}
],
"postUpdateOptions": [
"gomodTidy"
"github>database64128/renovate-config:go"
]
}

0 comments on commit a6d86de

Please sign in to comment.