Skip to content
Snippets Groups Projects
Unverified Commit 14f9c013 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

feat(pip-compile): lockFileMaintenance (#10408)

parent d209bb7f
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,13 @@ export { extractPackageFile } from '../pip_requirements/extract'; ...@@ -4,7 +4,13 @@ export { extractPackageFile } from '../pip_requirements/extract';
export { updateArtifacts } from './artifacts'; export { updateArtifacts } from './artifacts';
export const language = LANGUAGE_PYTHON; export const language = LANGUAGE_PYTHON;
export const supportsLockFileMaintenance = true;
export const defaultConfig = { export const defaultConfig = {
fileMatch: [], fileMatch: [],
lockFileMaintenance: {
enabled: true,
branchTopic: 'pip-compile-refresh',
commitMessageAction: 'Refresh pip-compile outputs',
},
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment