Skip to content

Commit

Permalink
Fix renovate (again)
Browse files Browse the repository at this point in the history
Let's try this again.

Signed-off-by: Andy Sadler <[email protected]>
  • Loading branch information
sadlerap committed Dec 10, 2024
1 parent 1e1595f commit fa99b46
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,22 @@
"github>konflux-ci/mintmaker//config/renovate/renovate.json"
],
"enabledManagers": [
"docker",
"go",
"kustomize"
"dockerfile",
"gomod",
"tekton",
"kubernetes",
"kustomize",
"tekton"
],
"go": {
"pinDigests": false
}
"gomod": {
"postUpdateOptions": ["gomodTidy"]
},
"kubernetes": {
"fileMatch": [
".*.ya?ml$",
],
"schedule": [
"after 5am on monday"
]
},
}

0 comments on commit fa99b46

Please sign in to comment.