Skip to content

Commit

Permalink
fix: renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yvigara committed May 22, 2024
1 parent 3e4bb8c commit c9405a1
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,19 @@
"timezone": "Europe/London",
"semanticCommits": "enabled",
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"suppressNotifications": ["prIgnoreNotification"],
"suppressNotifications": [
"prIgnoreNotification"
],
"commitBodyTable": true,
"rebaseWhen": "conflicted",
"postUpdateOptions": ["gomodTidy", "gomodNoMassage"],
"postUpdateOptions": [
"gomodTidy",
"gomodMassage"
],
"commitMessagePrefix": "chore(all): ",
"commitMessageAction": "update",
"groupName": "all",
"force": {
"constraints": {
"go": "1.19"
}
"constraints": {
"go": "1.22"
}
}

0 comments on commit c9405a1

Please sign in to comment.