Skip to content
Snippets Groups Projects
Unverified Commit bd3c3e3e authored by Sebastian Poxhofer's avatar Sebastian Poxhofer Committed by GitHub
Browse files

feat(managers/cpanfile): add perl category (#23808)

parent 4db86c20
Branches
Tags 36.41.0
No related merge requests found
......@@ -17,6 +17,7 @@ const Categories = [
'js',
'kubernetes',
'node',
'perl',
'php',
'python',
'ruby',
......
import type { Category } from '../../../constants';
import { CpanDatasource } from '../../datasource/cpan';
import { GithubTagsDatasource } from '../../datasource/github-tags';
......@@ -11,6 +12,8 @@ export const defaultConfig = {
fileMatch: ['(^|/)cpanfile$'],
};
export const categories: Category[] = ['perl'];
export const supportedDatasources = [
CpanDatasource.id,
GithubTagsDatasource.id,
......
......@@ -42,6 +42,7 @@ export const CategoryNames: Record<Category, string> = {
js: 'JavaScript',
kubernetes: 'Kubernetes',
node: 'Node.js',
perl: 'Perl',
php: 'PHP',
python: 'Python',
ruby: 'Ruby',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment