Skip to content

Commit

Permalink
refactor: remove manager from PackageRile (#8102)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
rarkins and viceice committed Dec 21, 2020
1 parent a9888e7 commit 5209be3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/manager/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export interface PackageFile<T = Record<string, any>>
ignoreNpmrcFile?: boolean;
lernaClient?: string;
lernaPackages?: string[];
manager?: string;
mavenProps?: Record<string, any>;
npmrc?: string;
packageFile?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Array [
"replaceString": "abc",
},
],
"manager": "html",
"packageFile": "Dockerfile",
},
]
Expand Down
1 change: 0 additions & 1 deletion lib/workers/repository/extract/manager-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export async function getManagerPackageFiles(
}
packageFiles.push({
packageFile,
manager,
...res,
});
}
Expand Down

0 comments on commit 5209be3

Please sign in to comment.