Skip to content

Commit

Permalink
Add presets for e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Matias Charriere <[email protected]>
  • Loading branch information
mcharriere committed Sep 16, 2024
1 parent 8f5f121 commit fb756db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"github>giantswarm/renovate-presets:default.json5",
// Python specific config - https://github.com/giantswarm/renovate-presets/blob/main/lang-python.json5
"github>giantswarm/renovate-presets:lang-python.json5",
// Go specific config - https://github.com/giantswarm/renovate-presets/blob/main/lang-go.json5
"github>giantswarm/renovate-presets:lang-go.json5",
// e2e app test specific config - https://github.com/giantswarm/renovate-presets/blob/main/tests-e2e-app.json5
"github>giantswarm/renovate-presets:tests-e2e-app.json5",
],
}

0 comments on commit fb756db

Please sign in to comment.