Skip to content

Commit

Permalink
Merge pull request #121 from kube-logging/fix/renovate-config
Browse files Browse the repository at this point in the history
fix: renovate config
  • Loading branch information
csatib02 authored Dec 17, 2024
2 parents fb6571b + c20d0ef commit 27ee74c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"schedule:daily",
"group:all"
],
"allowedPostUpgradeCommands": ["^make"],
"configMigration": true,
"constraints": {
"go": "1.23"
Expand Down Expand Up @@ -81,7 +82,8 @@
],
"postUpgradeTasks": {
"commands": [
"make tidy, make generate"
"make tidy",
"make generate"
],
"fileFilters": [
"**/go.mod",
Expand Down

0 comments on commit 27ee74c

Please sign in to comment.