Skip to content

Commit

Permalink
chore(manager/haskell-cabal): Remove repo ref in code
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Poxhofer <[email protected]>
  • Loading branch information
ysangkok and secustor authored Jan 7, 2025
1 parent 3f09a92 commit 0938656
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/modules/manager/haskell-cabal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ import type {
import type { CabalDependency } from './extract';
import { extractNamesAndRanges, findDepends } from './extract';

export const defaultConfig = {
fileMatch: ['\\.cabal$'],
pinDigests: false,
versioning: pvpVersioning.id,
};

Check failure on line 14 in lib/modules/manager/haskell-cabal/index.ts

View workflow job for this annotation

GitHub Actions / lint-other

Expression expected.

Check failure on line 14 in lib/modules/manager/haskell-cabal/index.ts

View workflow job for this annotation

GitHub Actions / lint-eslint

Parsing error: Expression expected.

Check failure on line 14 in lib/modules/manager/haskell-cabal/index.ts

View workflow job for this annotation

GitHub Actions / build

Expression expected.

Expand Down

0 comments on commit 0938656

Please sign in to comment.