Skip to content

Commit

Permalink
docs: add language = docker
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Mar 23, 2023
1 parent 1615d26 commit 615520f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/modules/manager/bitbucket-pipelines/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import type { ProgrammingLanguage } from '../../../constants';
import { DockerDatasource } from '../../datasource/docker';
import { extractPackageFile } from './extract';

export const language: ProgrammingLanguage = 'docker';

export { extractPackageFile };

export const defaultConfig = {
Expand Down

0 comments on commit 615520f

Please sign in to comment.