Skip to content

Commit

Permalink
feat(manager): add sveltos manager (#30087)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
  • Loading branch information
5 people authored Oct 15, 2024
1 parent 9fc82ee commit be837b6
Show file tree
Hide file tree
Showing 7 changed files with 728 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/modules/manager/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ import * as runtimeVersion from './runtime-version';
import * as sbt from './sbt';
import * as scalafmt from './scalafmt';
import * as setupCfg from './setup-cfg';
import * as sveltos from './sveltos';
import * as swift from './swift';
import * as tekton from './tekton';
import * as terraform from './terraform';
Expand Down Expand Up @@ -190,6 +191,7 @@ api.set('runtime-version', runtimeVersion);
api.set('sbt', sbt);
api.set('scalafmt', scalafmt);
api.set('setup-cfg', setupCfg);
api.set('sveltos', sveltos);
api.set('swift', swift);
api.set('tekton', tekton);
api.set('terraform', terraform);
Expand Down
Loading

0 comments on commit be837b6

Please sign in to comment.