Skip to content

Commit

Permalink
🔧 tweaking renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrede88 committed Nov 7, 2024
1 parent e43429b commit 7403027
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"extends": ["config:recommended"],
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"commitMessagePrefix": "🤖",
"commitMessageTopic": "{{depName}}",
Expand All @@ -28,6 +26,10 @@
"matchDepTypes": ["indirect"],
"enabled": true
},
{
"matchDatasources": ["golang-version"],
"rangeStrategy": "bump"
},
{
"matchUpdateTypes": ["major"],
"labels": ["type/major"]
Expand Down

0 comments on commit 7403027

Please sign in to comment.